Class CurveFitData
Inheritance
System.Object
System.MarshalByRefObject
CurveFitData
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)
Assembly: NXOpen.dll
Syntax
public class CurveFitData : TaggedObject, IMessageSink, IComponentBuilder
Constructors
CurveFitData()
Declaration
Properties
AngleTolerance
Declaration
public double AngleTolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
CurveJoinMethod
Declaration
public CurveFitData.Join CurveJoinMethod { get; set; }
Property Value
Degree
Declaration
public int Degree { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FitMethod
Declaration
public CurveFitData.Method FitMethod { get; set; }
Property Value
IsAdvancedFit
Declaration
public bool IsAdvancedFit { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAlignShape
Declaration
public bool IsAlignShape { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MaximumDegree
Declaration
public int MaximumDegree { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MaximumSegments
Declaration
public int MaximumSegments { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MinimumDegree
Declaration
public int MinimumDegree { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Segments
Declaration
public int Segments { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Tolerance
Declaration
public double Tolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
Validate()
Declaration
Returns
Type |
Description |
System.Boolean |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink