Class FormEdgesBuilder
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.CAM
Assembly: NXOpen.dll
Syntax
public class FormEdgesBuilder : TaggedObject, IMessageSink
Constructors
FormEdgesBuilder()
Declaration
protected FormEdgesBuilder()
Properties
Angle
Declaration
public double Angle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
EdgeLength
Declaration
public double EdgeLength { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
NumberOfFormEdges
Declaration
public int NumberOfFormEdges { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Create(Double, Double, Double)
Declaration
public int Create(double noseRadius, double noseAngle, double edgeLength)
Parameters
Type | Name | Description |
---|---|---|
System.Double | noseRadius | |
System.Double | noseAngle | |
System.Double | edgeLength |
Returns
Type | Description |
---|---|
System.Int32 |
Delete(Int32)
Declaration
public void Delete(int nodeIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | nodeIndex |
Get(Int32, out Double, out Double, out Double)
Declaration
public void Get(int position, out double noseRadius, out double noseAngle, out double edgeLength)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | position | |
System.Double | noseRadius | |
System.Double | noseAngle | |
System.Double | edgeLength |
Modify(Int32, Double, Double, Double)
Declaration
public void Modify(int nodeIndex, double noseRadius, double noseAngle, double edgeLength)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | nodeIndex | |
System.Double | noseRadius | |
System.Double | noseAngle | |
System.Double | edgeLength |
Implements
System.Runtime.Remoting.Messaging.IMessageSink