Class DesignMeshEdge
Inheritance
System.Object
System.MarshalByRefObject
DesignMeshEdge
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.GeometricUtilities
Assembly: NXOpen.dll
Syntax
public class DesignMeshEdge : DisplayableObject, IMessageSink, IFitTo, INXObject
Constructors
DesignMeshEdge()
Declaration
protected DesignMeshEdge()
Methods
GetBody()
Declaration
public DesignMeshBody GetBody()
Returns
Type | Description |
---|---|
DesignMeshBody |
GetFaces(out DesignMeshFace, out DesignMeshFace)
Declaration
public void GetFaces(out DesignMeshFace face1, out DesignMeshFace face2)
Parameters
Type | Name | Description |
---|---|---|
DesignMeshFace | face1 | |
DesignMeshFace | face2 |
GetVertices(out DesignMeshVertex, out DesignMeshVertex)
Declaration
public void GetVertices(out DesignMeshVertex vertex1, out DesignMeshVertex vertex2)
Parameters
Type | Name | Description |
---|---|---|
DesignMeshVertex | vertex1 | |
DesignMeshVertex | vertex2 |
Implements
System.Runtime.Remoting.Messaging.IMessageSink