GeometryProperties class
The Geometry Properties
public class GeometryProperties
Public Members
name | description |
---|---|
GeometryProperties() | Default constructor |
GeometryProperties(…) | GeometryProperties Constructor (5 constructors) |
DisplayAngleUnit { get; set; } | Display angle unit of geometry |
DisplayLengthUnit { get; set; } | Display length unit of geometry |
FilePath { get; set; } | Geometry file path |
Geometry { get; set; } | The Geometry object |
LengthUnit { get; set; } | LengthUnit of geometry |
RenderStyle { get; set; } | RenderStyle of geometry |
Format | Geometry file path. Example: .smb, .ttmesh |
IsFileBasedGeometry() | Checks if the file at the specified file path exists and has the correct format extension. |
IsPrimitive() | Checks if the geometry object is not null, indicating it is a primitive. |
See Also
- namespace Autodesk.DataExchange.DataModels