Class SubdivisionMeshVertex
Inheritance
System.Object
System.MarshalByRefObject
SubdivisionMeshVertex
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
Assembly: NXOpen.dll
Syntax
public class SubdivisionMeshVertex : DisplayableObject, IMessageSink, IFitTo, INXObject
Constructors
SubdivisionMeshVertex()
Declaration
protected SubdivisionMeshVertex()
Properties
Coordinates
Declaration
public Point3d Coordinates { get; set; }
Property Value
Type | Description |
---|---|
Point3d |
Methods
GetBody()
Declaration
public SubdivisionMeshBody GetBody()
Returns
Type | Description |
---|---|
SubdivisionMeshBody |
GetEdges()
Declaration
public SubdivisionMeshEdge[] GetEdges()
Returns
Type | Description |
---|---|
SubdivisionMeshEdge[] |
GetFaces()
Declaration
public SubdivisionMeshFace[] GetFaces()
Returns
Type | Description |
---|---|
SubdivisionMeshFace[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink