Class FacetedBody
Inheritance
System.Object
System.MarshalByRefObject
FacetedBody
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 FacetedBody : DisplayableObject, IMessageSink, IFitTo, INXObject
Constructors
FacetedBody()
Declaration
Properties
AssociatedBody
Declaration
public Body AssociatedBody { get; }
Property Value
BodyType
Declaration
public FacetedBody.FacetedbodyType BodyType { get; }
Property Value
IsAssemblyLevel
Declaration
public bool IsAssemblyLevel { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsAssociatedBodyLoaded
Declaration
public bool IsAssociatedBodyLoaded { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsSheetBody
Declaration
[Obsolete("Deprecated in NX8.5.1. Use NXOpen.Facet.FacetedBody.BodyType instead")]
public bool IsSheetBody { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsSolidBody
Declaration
[Obsolete("Deprecated in NX8.5.1. Use NXOpen.Facet.FacetedBody.BodyType instead.")]
public bool IsSolidBody { get; }
Property Value
Type |
Description |
System.Boolean |
|
NumberOfFaces
Declaration
public int NumberOfFaces { get; }
Property Value
Type |
Description |
System.Int32 |
|
NumberOfLevelsOfDetail
Declaration
public int NumberOfLevelsOfDetail { get; }
Property Value
Type |
Description |
System.Int32 |
|
SurfaceArea
Declaration
public double SurfaceArea { get; }
Property Value
Type |
Description |
System.Double |
|
Volume
Declaration
public double Volume { get; }
Property Value
Type |
Description |
System.Double |
|
Methods
DestroyOwnedFacets()
Declaration
public void DestroyOwnedFacets()
GetEdges()
Declaration
public FacetedEdge[] GetEdges()
Returns
GetFaces()
Declaration
public FacetedFace[] GetFaces()
Returns
GetNumberOfEdges()
Declaration
public int GetNumberOfEdges()
Returns
Type |
Description |
System.Int32 |
|
GetNumberOfFacets(Int32)
Declaration
public int GetNumberOfFacets(int levelOfDetail)
Parameters
Type |
Name |
Description |
System.Int32 |
levelOfDetail |
|
Returns
Type |
Description |
System.Int32 |
|
GetParameters()
Declaration
public FacetingParameters GetParameters()
Returns
HasLightWeightAnalytics()
Declaration
public bool HasLightWeightAnalytics()
Returns
Type |
Description |
System.Boolean |
|
HasTopologyInformation()
Declaration
public bool HasTopologyInformation()
Returns
Type |
Description |
System.Boolean |
|
SetParameters(FacetingParameters)
Declaration
public void SetParameters(FacetingParameters parameters)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink