Package empro :: Module empro :: Module geometry :: Class ImportedCadEntity
[frames] | no frames]

Class ImportedCadEntity

core.Updatable --+        
                 |        
   core.Selectable --+    
                     |    
               Feature --+
                         |
                        ImportedCadEntity

Imports the cad entity.

Class Hierarchy for ImportedCadEntity
Class Hierarchy for ImportedCadEntity

constructor ImportedCadEntity(iImportedEntity):

Instance Methods
None
autoHeal()
Auto heals the imported cad entity.
bool
importFromBinaryb64(ib64Encoded)
Imports the cad entity from the binary base64 encoded string.
bool
importFromb64(ib64Encoded)
Imports the cad entity from the base64 encoded string.
None
replaceEntity(iNewEntity)
Replaces the the imported cad entity.

Inherited from Feature: isSuppressed, referenceCoordinateSystem, suppress, unsuppress

Inherited from core.Selectable: clone, isSelected

Inherited from core.Updatable: __enter__, __exit__, hash, isValid, reasonWhyInvalid

Properties

Inherited from core.Selectable: metaData, name, notes

Method Details

importFromBinaryb64(ib64Encoded)

 

Imports the cad entity from the binary base64 encoded string.

Parameters:
  • ib64Encoded (string) - The binary base64 encoded string.
Returns: bool

importFromb64(ib64Encoded)

 

Imports the cad entity from the base64 encoded string.

Parameters:
  • ib64Encoded (string) - The base64 encoded string.
Returns: bool

replaceEntity(iNewEntity)

 

Replaces the the imported cad entity.

Parameters:
  • iNewEntity (BODY) - The entity to be replaced with.
Returns: None