public interface CurveFitOptions extends TaggedObject, IComponentBuilder
Modifier and Type | Interface and Description |
---|---|
static class |
CurveFitOptions.FitMethod
Represents the curve fit method
|
Modifier and Type | Method and Description |
---|---|
CurveFitOptions.FitMethod |
fitOption()
Returns the curve fit method
License requirements: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR geometric_tol ("GDT") . |
int |
maximumDegree()
Returns the maximum degree method
License requirements: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR geometric_tol ("GDT") . |
int |
maximumSegments()
Returns the maximum segments method
License requirements: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR geometric_tol ("GDT") . |
void |
setFitOption(CurveFitOptions.FitMethod curveFitMethod)
Sets the curve fit method
License requirements: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR geometric_tol ("GDT") . |
void |
setMaximumDegree(int maximumDegree)
Sets the maximum degree method
License requirements: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR geometric_tol ("GDT") . |
void |
setMaximumSegments(int maximumSegments)
Sets the maximum segments method
License requirements: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR geometric_tol ("GDT") . |
printTestData, printTestData, tag, tagValue
validate
void setFitOption(CurveFitOptions.FitMethod curveFitMethod) throws NXException, RemoteException
curveFitMethod
- curve fit methodNXException
RemoteException
CurveFitOptions.FitMethod fitOption() throws NXException, RemoteException
NXException
RemoteException
void setMaximumDegree(int maximumDegree) throws NXException, RemoteException
maximumDegree
- maximum degree methodNXException
RemoteException
int maximumDegree() throws NXException, RemoteException
NXException
RemoteException
void setMaximumSegments(int maximumSegments) throws NXException, RemoteException
maximumSegments
- maximum segmentsNXException
RemoteException
int maximumSegments() throws NXException, RemoteException
NXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.