Class SubdivisionMeshEdge
Inheritance
System.Object
System.MarshalByRefObject
SubdivisionMeshEdge
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 SubdivisionMeshEdge : DisplayableObject, IMessageSink, IFitTo, INXObject
Constructors
SubdivisionMeshEdge()
Declaration
protected SubdivisionMeshEdge()
Methods
GetBody()
Declaration
public SubdivisionMeshBody GetBody()
Returns
Type | Description |
---|---|
SubdivisionMeshBody |
GetFaces()
Declaration
public SubdivisionMeshFace[] GetFaces()
Returns
Type | Description |
---|---|
SubdivisionMeshFace[] |
GetVertices(out SubdivisionMeshVertex, out SubdivisionMeshVertex)
Declaration
public void GetVertices(out SubdivisionMeshVertex vertex1, out SubdivisionMeshVertex vertex2)
Parameters
Type | Name | Description |
---|---|---|
SubdivisionMeshVertex | vertex1 | |
SubdivisionMeshVertex | vertex2 |
Implements
System.Runtime.Remoting.Messaging.IMessageSink