Class FitCurveBuilder
Inheritance
FitCurveBuilder
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
CanRejectPointsAutomatically
Declaration
public bool CanRejectPointsAutomatically { get; set; }
Property Value
CanUseAllPointsInPart
Declaration
public bool CanUseAllPointsInPart { get; set; }
Property Value
ConstraintManager
Declaration
public GeometricConstraintDataManager ConstraintManager { get; }
Property Value
Degree
Declaration
public int Degree { get; set; }
Property Value
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
HasReversedDirection
Declaration
public bool HasReversedDirection { get; set; }
Property Value
Declaration
public bool HasUniformSegments { get; set; }
Property Value
IsAssociative
Declaration
public bool IsAssociative { get; set; }
Property Value
IsClosedBSpline
Declaration
public bool IsClosedBSpline { get; set; }
Property Value
IsClosedCurve
Declaration
public bool IsClosedCurve { get; set; }
Property Value
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
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
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(int)
Declaration
public Point GetFinalTargetPoint(int index)
Parameters
Type |
Name |
Description |
int |
index |
|
Returns
GetFinalTargetPointsSize()
Declaration
public int GetFinalTargetPointsSize()
Returns
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