GeometryWrapper class
This is a Wrapper class over our Geometry containing information like Geometry Type and Serialized Geometry Data
public class GeometryWrapper
Public Members
name | description |
---|---|
GeometryWrapper() | The default constructor. |
GeometryWrapper(…) | |
GeometryFormat { get; set; } | |
GeometryJson { get; set; } | Denotes the serialized geometry data in json string |
Type { get; set; } | Denotes which Type of Geometry it is (eg: BRep/Mesh/CurveSet/DesignPoint/GeometryContainer |
GetGeometryObjectOfType(…) | This Method returns the default actual geometry object for the given type |
SetType(…) | This Method is Used to Dynamically Set the type of the geometry depending on the object data type |