NXOpen .NET Reference  12.0.0
Public Types | Public Member Functions | Properties | List of all members
NXOpen.GeometricUtilities.CurveFitData Class Reference

Represents the curve fitting methods options. More...

Inheritance diagram for NXOpen.GeometricUtilities.CurveFitData:
NXOpen.GeometricUtilities.IComponentBuilder

Public Types

enum  Method { DegreeAndSegments, DegreeAndTolerance, KeepParameterization, AutoFit }
 Represents the curve fitting method in the case of advanced fitting More...
 
enum  Join { No, Cubic, General, Quintic }
 Represents the curve join method More...
 

Public Member Functions

unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 

Properties

unsafe double AngleTolerance [get, set]
 Returns or sets the angle tolerance More...
 
unsafe
NXOpen.GeometricUtilities.CurveFitData.Join 
CurveJoinMethod [get, set]
 Returns or sets the curve join method More...
 
unsafe int Degree [get, set]
 Returns or sets the fitting degree More...
 
unsafe
NXOpen.GeometricUtilities.CurveFitData.Method 
FitMethod [get, set]
 Returns or sets the fitting method More...
 
unsafe bool IsAdvancedFit [get, set]
 Returns or sets the advanced fitting option More...
 
unsafe bool IsAlignShape [get, set]
 Returns or sets the align shape option More...
 
unsafe int MaximumDegree [get, set]
 Returns or sets the maximum degree More...
 
unsafe int MaximumSegments [get, set]
 Returns or sets the maximum segments More...
 
unsafe int MinimumDegree [get, set]
 Returns or sets the minimum degree More...
 
unsafe int Segments [get, set]
 Returns or sets the fitting segments More...
 
unsafe double Tolerance [get, set]
 Returns or sets the tolerance More...
 

Detailed Description

Represents the curve fitting methods options.

Created in NX8.0.0

Member Enumeration Documentation

Represents the curve join method

Enumerator
No 

No

Cubic 

Cubic

General 

General

Quintic 

Quintic

Represents the curve fitting method in the case of advanced fitting

Enumerator
DegreeAndSegments 

Degree and Segments

DegreeAndTolerance 

Degree and Tolerance

KeepParameterization 

Keep Parameterization

AutoFit 

Auto Fit

Member Function Documentation

unsafe bool NXOpen.GeometricUtilities.CurveFitData.Validate ( )

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Created in NX3.0.1

License requirements: None.

Returns
Was self validation successful

Implements NXOpen.GeometricUtilities.IComponentBuilder.

Property Documentation

unsafe double NXOpen.GeometricUtilities.CurveFitData.AngleTolerance
getset

Returns or sets the angle tolerance

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.GeometricUtilities.CurveFitData.Join NXOpen.GeometricUtilities.CurveFitData.CurveJoinMethod
getset

Returns or sets the curve join method

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.GeometricUtilities.CurveFitData.Degree
getset

Returns or sets the fitting degree

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.GeometricUtilities.CurveFitData.Method NXOpen.GeometricUtilities.CurveFitData.FitMethod
getset

Returns or sets the fitting method

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.GeometricUtilities.CurveFitData.IsAdvancedFit
getset

Returns or sets the advanced fitting option

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.GeometricUtilities.CurveFitData.IsAlignShape
getset

Returns or sets the align shape option

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.GeometricUtilities.CurveFitData.MaximumDegree
getset

Returns or sets the maximum degree

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.GeometricUtilities.CurveFitData.MaximumSegments
getset

Returns or sets the maximum segments

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.GeometricUtilities.CurveFitData.MinimumDegree
getset

Returns or sets the minimum degree

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.GeometricUtilities.CurveFitData.Segments
getset

Returns or sets the fitting segments

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.GeometricUtilities.CurveFitData.Tolerance
getset

Returns or sets the tolerance

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: None.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.