Class Edge
Inheritance
System.Object
System.MarshalByRefObject
Edge
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)
Namespace: NXOpen
Assembly: NXOpen.dll
Syntax
public class Edge : DisplayableObject, IMessageSink, IFitTo, IReferenceAxis, ICurve, IBaseCurve, IProfile, INXObject
Constructors
Edge()
Declaration
protected Edge()
Properties
IsReference
Declaration
public bool IsReference { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SolidEdgeType
Declaration
public Edge.EdgeType SolidEdgeType { get; }
Property Value
Type | Description |
---|---|
Edge.EdgeType |
Methods
GetBody()
Declaration
public Body GetBody()
Returns
Type | Description |
---|---|
Body |
GetDraftingCurveInfo()
Declaration
public DraftingCurveInfo GetDraftingCurveInfo()
Returns
Type | Description |
---|---|
DraftingCurveInfo |
GetFaces()
Declaration
public Face[] GetFaces()
Returns
Type | Description |
---|---|
Face[] |
GetLength()
Declaration
public double GetLength()
Returns
Type | Description |
---|---|
System.Double |
GetUnsortedFaces()
Declaration
public Face[] GetUnsortedFaces()
Returns
Type | Description |
---|---|
Face[] |
GetVertices(out Point3d, out Point3d)
Declaration
public void GetVertices(out Point3d vertex1, out Point3d vertex2)
Parameters
Type | Name | Description |
---|---|---|
Point3d | vertex1 | |
Point3d | vertex2 |
Implements
System.Runtime.Remoting.Messaging.IMessageSink