Solid Edge Geometry Type Library
Body Object Members
Overview 
Public Methods
Public Method ComputePhysicalPropertiesCalculates the physical properties of the referenced model.
Public Method CreateCollectionCreates a collection of topological elements: edges, faces, or vertices.
Public Method CreateSmartCollectionCreates a collection of topological elements that are associatively linked to another object.
Public Method GetEntityByIDReturns an Entity using Entity ID.
Public Method GetEntityTypeReturns Entity TYpe.
Public Method GetExactRangeReturns the exact range for the referenced object.
Public Method GetExtremePointReturns the extreme points in a Body based on the input vector.
Public Method GetFaceByFaceIDReturns a face using a face ID.
Public Method GetFacetDataReturns the number of facets and the number of points on the facets for the referenced object. If Tolerance <= 0, then data is returned from the geometry cache, and not from Parasolid.
Public Method GetIDFromEntityReturns an Entity ID using Entity.
Public Method GetRangeReturns the minimum and maximum points of the range for the referenced object.
Public Method GetReferenceKeyReturns a reference key for the referenced object.
Public Method SetFacesStyleSets the Faces style.
Public Properties
Public Property ApplicationReturns the active application object.
Public Property EdgesReturns a collection of edges of a specified type that belong to a model, a feature, or a topology collection of faces.
Public Property FacesReturns a collection of faces of a specified type that belong to a model, a feature, or a topology object.
Public Property FacesByRayReturns a collection of faces that are intersected by the specified vector.
Public Property FacetCountReturns the number of facets on the referenced object.
Public Property GeometryFormSpecifies the geometry form of the referenced object.
Public Property IsOverriddenBody
Public Property IsSolidIndicates whether or not the referenced object encloses a finite, well-defined volume.
Public Property LoopsReturns the set of loops in the Body.
Public Property ParentReturns the parent object for the referenced object.
Public Property ShellsReturns a Shells collection object.
Public Property StyleFor collection objects, Body objects, RefPlane objects, Sketch objects, CoordinateSystem objects, CommandBarButton objects, SmartFrame2d objects, View objects, and TextCharStyle objects, Style is read-write. For all other objects, Style is read-only.
Public Property TagReturns the Tag of the Body.
Public Property TypeReturns a member of the GNTTypePropertyConstants set to indicate the type of the referenced object.
Public Property UpdatesCounterReturns the number of times the referenced object has been modified.
Public Property ValidIndicates whether or not the body passes topological and geometric checks.
Public Property VerticesReturns the set of vertices in the Body.
Public Property VisibleControls the display of the referenced object.
Public Property VolumeIndicates the volume of the referenced object in cubic meters.
See Also

Body Object