Class FacetedFace
Inheritance
System.Object
System.MarshalByRefObject
FacetedFace
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)
Namespace: NXOpen.Facet
Assembly: NXOpen.dll
Syntax
public class FacetedFace : DisplayableObject, IMessageSink, IFitTo, IParameterizedSurface, INXObject
Constructors
FacetedFace()
Declaration
protected FacetedFace()
Properties
FaceType
Declaration
public FacetedFace.FacetedfaceType FaceType { get; }
Property Value
| Type | Description |
|---|---|
| FacetedFace.FacetedfaceType |
Methods
GetBody()
Declaration
public FacetedBody GetBody()
Returns
| Type | Description |
|---|---|
| FacetedBody |
GetEdges()
Declaration
public FacetedEdge[] GetEdges()
Returns
| Type | Description |
|---|---|
| FacetedEdge[] |
GetNumberOfEdges()
Declaration
public int GetNumberOfEdges()
Returns
| Type | Description |
|---|---|
| System.Int32 |
GetSurfaceData(out Point3d, out Point3d, out Double, out Double, out Boolean)
Declaration
public void GetSurfaceData(out Point3d position, out Point3d dir, out double radius, out double radiusOrAngle, out bool sense)
Parameters
| Type | Name | Description |
|---|---|---|
| Point3d | position | |
| Point3d | dir | |
| System.Double | radius | |
| System.Double | radiusOrAngle | |
| System.Boolean | sense |
Implements
System.Runtime.Remoting.Messaging.IMessageSink