SHAPER  9.15.0
ConnectorPlugin_ExportFeature.ExportFeature Class Reference

Feature to export all shapes and groups into the GEOM module. More...

Inheritance diagram for ConnectorPlugin_ExportFeature.ExportFeature:
Inheritance graph

Public Member Functions

def __init__ (self)
 The constructor. More...
 
def getKind (self)
 Returns the kind of a feature. More...
 
def isAction (self)
 This feature is action: has no property panel and executes immediately. More...
 
def initAttributes (self)
 This feature has no attributes, as it is action. More...
 
def exportViaXAO (self)
 Export the results, groups and fields via XAO. More...
 
def execute (self)
 Exports all shapes and groups into the GEOM module. More...
 

Static Public Member Functions

def ID ()
 Export kind. More...
 

Data Fields

 tmpXAOFile
 
 Part
 Get active document. More...
 
 geomObjects
 List of objects created in the old geom for later use. More...
 
 geompy
 geomBuilder tool More...
 

Detailed Description

Feature to export all shapes and groups into the GEOM module.

Constructor & Destructor Documentation

◆ __init__()

def ConnectorPlugin_ExportFeature.ExportFeature.__init__ (   self)

The constructor.

Member Function Documentation

◆ ID()

def ConnectorPlugin_ExportFeature.ExportFeature.ID ( )
static

Export kind.

Static.

◆ getKind()

def ConnectorPlugin_ExportFeature.ExportFeature.getKind (   self)

Returns the kind of a feature.

◆ isAction()

def ConnectorPlugin_ExportFeature.ExportFeature.isAction (   self)

This feature is action: has no property panel and executes immediately.

◆ initAttributes()

def ConnectorPlugin_ExportFeature.ExportFeature.initAttributes (   self)

This feature has no attributes, as it is action.

◆ exportViaXAO()

def ConnectorPlugin_ExportFeature.ExportFeature.exportViaXAO (   self)

Export the results, groups and fields via XAO.

◆ execute()

def ConnectorPlugin_ExportFeature.ExportFeature.execute (   self)

Exports all shapes and groups into the GEOM module.

Field Documentation

◆ Part

ConnectorPlugin_ExportFeature.ExportFeature.Part

Get active document.

◆ geomObjects

ConnectorPlugin_ExportFeature.ExportFeature.geomObjects

List of objects created in the old geom for later use.

◆ geompy

ConnectorPlugin_ExportFeature.ExportFeature.geompy

geomBuilder tool