Class Body
Inheritance
System.Object
System.MarshalByRefObject
Body
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class Body : DisplayableObject, IMessageSink, IFitTo, IOrientation, IBody, INXObject
Constructors
Body()
Declaration
Properties
Density
Declaration
public double Density { get; set; }
Property Value
Type |
Description |
System.Double |
|
IsConvergentBody
Declaration
public bool IsConvergentBody { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsSheetBody
Declaration
public bool IsSheetBody { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsSolidBody
Declaration
public bool IsSolidBody { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
GetEdges()
Declaration
Returns
GetFaces()
Declaration
Returns
GetFacetedBody(out FacetedBody, out Boolean)
Declaration
public void GetFacetedBody(out FacetedBody facetBody, out bool upToDate)
Parameters
Type |
Name |
Description |
FacetedBody |
facetBody |
|
System.Boolean |
upToDate |
|
GetFeatures()
Declaration
public Feature[] GetFeatures()
Returns
GetFirstFacetOnBody()
Declaration
public ConvergentFacet GetFirstFacetOnBody()
Returns
GetNextFacet(ConvergentFacet)
Declaration
public ConvergentFacet GetNextFacet(ConvergentFacet facet)
Parameters
Returns
GetNumberOfFacets()
Declaration
public int GetNumberOfFacets()
Returns
Type |
Description |
System.Int32 |
|
GetNumberOfVertices()
Declaration
public int GetNumberOfVertices()
Returns
Type |
Description |
System.Int32 |
|
RemoveMergedRibImprintedEdges(Face, Edge[])
Declaration
public void RemoveMergedRibImprintedEdges(Face originalFace, Edge[] imprintedEdges)
Parameters
Type |
Name |
Description |
Face |
originalFace |
|
Edge[] |
imprintedEdges |
|
SweepabilityCheck()
Declaration
public int SweepabilityCheck()
Returns
Type |
Description |
System.Int32 |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink