child_objects property
child_objects property
Gets or sets the child entities that make up the current entity.
Remarks
This collection is set if this entity is complex, such as CadEntityTypeName.INSERT
, CadEntityTypeName.POLYLINE
, etc.
Definition:
@property
def child_objects(self):
...
@child_objects.setter
def child_objects(self, value):
...
See Also
- module
aspose.cad.fileformats.cad.cadobjects
- class
CadSpline