Class FitCurveBuilder
Inheritance
System.Object
System.MarshalByRefObject
FitCurveBuilder
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 FitCurveBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
FitCurveBuilder()
Declaration
protected FitCurveBuilder()
Properties
CanKeepTemplateSelected
Declaration
public bool CanKeepTemplateSelected { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CanRejectPointsAutomatically
Declaration
public bool CanRejectPointsAutomatically { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CanUseAllPointsInPart
Declaration
public bool CanUseAllPointsInPart { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ConstraintManager
Declaration
public GeometricConstraintDataManager ConstraintManager { get; }
Property Value
Degree
Declaration
public int Degree { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Extender
Declaration
public CurveExtensionBuilder Extender { get; }
Property Value
FittingParameters
Declaration
public FitCurveBuilder.FittingParametersOptions FittingParameters { get; set; }
Property Value
HasRadius
Declaration
public bool HasRadius { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HasReversedDirection
Declaration
public bool HasReversedDirection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool HasUniformSegments { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAssociative
Declaration
public bool IsAssociative { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsClosedBSpline
Declaration
public bool IsClosedBSpline { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsClosedCurve
Declaration
public bool IsClosedCurve { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ProjectionDirection
Declaration
public Direction ProjectionDirection { get; set; }
Property Value
ProjectionDirectionOption
Declaration
public FitCurveBuilder.ProjectionDirectionOptions ProjectionDirectionOption { get; set; }
Property Value
Radius
Declaration
public Expression Radius { get; }
Property Value
RejectionThreshold
Declaration
public Expression RejectionThreshold { get; }
Property Value
Segments
Declaration
public int Segments { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Target
Declaration
public SelectTaggedObjectList Target { get; }
Property Value
TargetSourceType
Declaration
public FitCurveBuilder.TargetSourceTypes TargetSourceType { get; set; }
Property Value
TemplateCurve
Declaration
public SelectSpline TemplateCurve { get; }
Property Value
Tolerance
Declaration
public double Tolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
Type
Declaration
public FitCurveBuilder.Types Type { get; set; }
Property Value
Methods
ChainAllPoints()
Declaration
public void ChainAllPoints()
DeleteTargetPoints(Point[])
Declaration
public void DeleteTargetPoints(Point[] points)
Parameters
Type |
Name |
Description |
Point[] |
points |
|
Evaluate()
Declaration
GetFinalTargetPoint(Int32)
Declaration
public Point GetFinalTargetPoint(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
GetFinalTargetPointsSize()
Declaration
public int GetFinalTargetPointsSize()
Returns
Type |
Description |
System.Int32 |
|
MakeConstraint(Point)
Declaration
public void MakeConstraint(Point point)
Parameters
Type |
Name |
Description |
Point |
point |
|
RemoveConstraint(Point)
Declaration
public void RemoveConstraint(Point point)
Parameters
Type |
Name |
Description |
Point |
point |
|
UpdateTargetSelectionOnPointEditing()
Declaration
public void UpdateTargetSelectionOnPointEditing()
Implements
System.Runtime.Remoting.Messaging.IMessageSink