public class DrawableProperties extends Object implements IDrawableProperties
Set of non-geometric properties for Drawable
| Constructor and Description |
|---|
DrawableProperties(ColorRGB color,
double lineThickness,
boolean visible,
double UnitToMM,
LinePatternPredef linePattern)
Constructor that takes values for all fields
|
| Modifier and Type | Method and Description |
|---|---|
ColorRGB |
getColor()
Color of an
Aspose.CAD.FileFormats.Iges.Drawables.Drawable object |
LinePatternPredef |
getLinePattern()
Line pattern for lines that the parent
Aspose.CAD.FileFormats.Iges.Drawables.Drawable consist of |
double |
getLineThickness()
Thickness of lines that the parent
Aspose.CAD.FileFormats.Iges.Drawables.Drawable consistf of |
double |
getUnitToMmRate()
Ratio of document's measurement units to millimeters.
|
boolean |
getVisible()
Visibility of the parent Drawable instance
|
public DrawableProperties(ColorRGB color, double lineThickness, boolean visible, double UnitToMM, LinePatternPredef linePattern)
Constructor that takes values for all fields
color - Aspose.CAD.FileFormats.Iges.CommonDefinitions.ColorRGB struct or null if no color specifiedlineThickness - Line thickness in same units as documentvisible - Visibility of parent Aspose.CAD.FileFormats.Iges.Drawables.DrawableUnitToMM - Ratio of document units to millimeterslinePattern - A value from Aspose.CAD.FileFormats.Iges.Drawables.LinePatternPredef describing line pattern for parent Aspose.CAD.FileFormats.Iges.Drawables.Drawable's linespublic ColorRGB getColor()
Color of an Aspose.CAD.FileFormats.Iges.Drawables.Drawable object
getColor in interface IDrawablePropertiesAspose.CAD.FileFormats.Iges.CommonDefinitions.ColorRGB struct if color is set, null if color is not setpublic double getLineThickness()
Thickness of lines that the parent Aspose.CAD.FileFormats.Iges.Drawables.Drawable consistf of
getLineThickness in interface IDrawablePropertiespublic boolean getVisible()
Visibility of the parent Drawable instance
getVisible in interface IDrawablePropertiesAspose.CAD.FileFormats.Iges.Drawables.Drawable should be rendered, False if it shouldn'tpublic double getUnitToMmRate()
Ratio of document's measurement units to millimeters.
getUnitToMmRate in interface IDrawablePropertiespublic LinePatternPredef getLinePattern()
Line pattern for lines that the parent Aspose.CAD.FileFormats.Iges.Drawables.Drawable consist of
getLinePattern in interface IDrawablePropertiesAspose.CAD.FileFormats.Iges.Drawables.LinePatternPredef enumCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.