public interface IIgesDrawable
Parent Interface for Simple geometric representation of an entity or its part
| Modifier and Type | Method and Description |
|---|---|
Point3D[] |
getAllPoints()
Array of all points defining geometry
|
String |
getEntityUID()
Unique identifier (line number) of entity that created this entity
|
IIgesDrawable |
getNewPropsDrawable(IDrawableProperties props)
Creates a new drawable using geometry of current drawable and provided non-geometric properties
|
IDrawableProperties |
getProperties()
Non-geometric properties of geometric representation
|
IIgesDrawable |
getTransformedDrawable(Point3D[] newPoints)
Creates a new drawable using provided points and non-geometric properties of current drawable
|
void |
setEntityUID(String value)
Unique identifier (line number) of entity that created this entity
|
IDrawableProperties getProperties()
Non-geometric properties of geometric representation
Point3D[] getAllPoints()
Array of all points defining geometry
String getEntityUID()
Unique identifier (line number) of entity that created this entity
void setEntityUID(String value)
Unique identifier (line number) of entity that created this entity
IIgesDrawable getTransformedDrawable(Point3D[] newPoints)
Creates a new drawable using provided points and non-geometric properties of current drawable
newPoints - All points defining new geometryIIgesDrawable getNewPropsDrawable(IDrawableProperties props)
Creates a new drawable using geometry of current drawable and provided non-geometric properties
props - New non-geometric propertiesCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.