line_weight property
line_weight property
Gets or sets the line weight for the entity.
Remarks
This property is always 0 for versions earlier than CadAcadVersion.AC1015
.
Definition:
@property
def line_weight(self):
...
@line_weight.setter
def line_weight(self, value):
...
See Also
- module
aspose.cad.fileformats.cad.cadobjects
- class
CadTrace