NX Open C++ Reference Guide
|
Represents a Features::TrimLineDevelopment builder
To create a new instance of this class, use Die::DieCollection::CreateTrimLineDevelopmentBuilder
Created in NX6.0.0.
More...
Public Types | |
enum | MaterialTypeName { MaterialTypeNameSteel, MaterialTypeNameAluminum } |
Indicates type of material. More... | |
enum | OutputMethodName { OutputMethodNameGeometric, OutputMethodNameCorrected, OutputMethodNameBoth } |
Indicates which trim curves to output. More... | |
enum | SmoothingName { SmoothingNameLinear, SmoothingNameCubic, SmoothingNameQuintic } |
Indicates type of curve smoothing. More... | |
Public Member Functions | |
NXOpen::ScCollector * | Addendum () |
Returns the collection of addendum faces Created in NX6.0.0. | |
bool | Associative () |
Returns the associative switch. | |
NXOpen::Expression * | BendAllowance () |
Returns the bend allowance formula. | |
void | CreateDefaultSpine () |
Creates a smoothed spine curve from the forming boundary using the spine radius value Created in NX6.0.0. | |
void | DefaultDraw () |
Creates a default draw vector by finding the least squares plane of the formed faces Created in NX6.0.0. | |
double | DistanceTolerance () |
Returns the distance tolerance. | |
NXOpen::Direction * | DrawDirection () |
Returns the draw direction. | |
NXOpen::ScCollector * | Faces () |
Returns the collection of formed faces Created in NX6.0.0. | |
NXOpen::ScCollector * | FormingBoundary () |
Returns the forming boundary Created in NX6.0.0. | |
NXOpen::Point * | LimitPoint1 () |
Returns the first limit point Created in NX6.0.2. | |
NXOpen::Point * | LimitPoint2 () |
Returns the last limit point Created in NX6.0.2. | |
NXOpen::Die::DieLimitsBuilder * | Limits () |
Returns the limits to control the span of the addendum Created in NX7.5.0. | |
NXOpen::Die::TrimLineDevelopmentBuilder::MaterialTypeName | MaterialType () |
Returns the material type - steel or aluminum Created in NX6.0.0. | |
NXOpen::Die::TrimLineDevelopmentBuilder::OutputMethodName | OutputMethod () |
Returns the curve output method - geometric, corrected or both Created in NX6.0.0. | |
NXOpen::Point * | RegionPoint () |
Returns the point in product region Created in NX6.0.0. | |
bool | RemoveLoops () |
Returns the remove loops setting. | |
int | SampleDensityIndex () |
Returns the sample density index which controls the density of the sample planes. | |
void | SetAssociative (bool associative) |
Sets the associative switch. | |
void | SetDistanceTolerance (double distTol) |
Sets the distance tolerance. | |
void | SetDrawDirection (NXOpen::Direction *punchDirection) |
Sets the draw direction. | |
void | SetLimitPoint1 (NXOpen::Point *point) |
Sets the first limit point Created in NX6.0.2. | |
void | SetLimitPoint2 (NXOpen::Point *point) |
Sets the last limit point Created in NX6.0.2. | |
void | SetMaterialType (NXOpen::Die::TrimLineDevelopmentBuilder::MaterialTypeName materialType) |
Sets the material type - steel or aluminum Created in NX6.0.0. | |
void | SetOutputMethod (NXOpen::Die::TrimLineDevelopmentBuilder::OutputMethodName outputMethod) |
Sets the curve output method - geometric, corrected or both Created in NX6.0.0. | |
void | SetRegionPoint (NXOpen::Point *regionPoint) |
Sets the point in product region Created in NX6.0.0. | |
void | SetRemoveLoops (bool removeLoops) |
Sets the remove loops setting. | |
void | SetSampleDensityIndex (int sampleDensityIndex) |
Sets the sample density index which controls the density of the sample planes. | |
void | SetSmoothing (NXOpen::Die::TrimLineDevelopmentBuilder::SmoothingName smoothing) |
Sets the curve smoothing method - linear (none), cubic or quintic Created in NX6.0.0. | |
void | SetSpineRadius (double spineRadius) |
Sets the spine radius, used by Die::TrimLineDevelopmentBuilder::CreateDefaultSpine Created in NX6.0.0. | |
NXOpen::Die::TrimLineDevelopmentBuilder::SmoothingName | Smoothing () |
Returns the curve smoothing method - linear (none), cubic or quintic Created in NX6.0.0. | |
NXOpen::ScCollector * | Spine () |
Returns the spine string, which determines the orientation of the sample planes Created in NX6.0.0. | |
double | SpineRadius () |
Returns the spine radius, used by Die::TrimLineDevelopmentBuilder::CreateDefaultSpine Created in NX6.0.0. | |
NXOpen::Expression * | Thickness () |
Returns the material thickness. |
Represents a Features::TrimLineDevelopment builder
To create a new instance of this class, use Die::DieCollection::CreateTrimLineDevelopmentBuilder
Created in NX6.0.0.
Returns the collection of addendum faces
Created in NX6.0.0.
License requirements : None
Returns the associative switch.
True indicates a feature should be output
Created in NX6.0.0.
License requirements : None
Returns the bend allowance formula.
Value should be between 0 and 1
Created in NX6.0.0.
License requirements : None
Creates a smoothed spine curve from the forming boundary using the spine radius value
Created in NX6.0.0.
License requirements : die_engineering ("DIE ENGINEERING")
Creates a default draw vector by finding the least squares plane of the formed faces
Created in NX6.0.0.
License requirements : die_engineering ("DIE ENGINEERING")
Returns the distance tolerance.
Used for sewing sheet bodies and joining curves
Created in NX6.0.0.
License requirements : None
Returns the draw direction.
Also points in the direction of material side of metal
Created in NX6.0.0.
License requirements : None
Returns the collection of formed faces
Created in NX6.0.0.
License requirements : None
Returns the forming boundary
Created in NX6.0.0.
License requirements : None
Returns the first limit point
Created in NX6.0.2.
License requirements : None
Returns the last limit point
Created in NX6.0.2.
License requirements : None
Returns the limits to control the span of the addendum
Created in NX7.5.0.
License requirements : None
NXOpen::Die::TrimLineDevelopmentBuilder::MaterialTypeName NXOpen::Die::TrimLineDevelopmentBuilder::MaterialType | ( | ) |
Returns the material type - steel or aluminum
Created in NX6.0.0.
License requirements : None
NXOpen::Die::TrimLineDevelopmentBuilder::OutputMethodName NXOpen::Die::TrimLineDevelopmentBuilder::OutputMethod | ( | ) |
Returns the curve output method - geometric, corrected or both
Created in NX6.0.0.
License requirements : None
Returns the point in product region
Created in NX6.0.0.
License requirements : None
Returns the remove loops setting.
True indicates loops should be removed from the output curves
Created in NX6.0.0.
License requirements : None
Returns the sample density index which controls the density of the sample planes.
Value should be between 1 and 9
Created in NX6.0.0.
License requirements : None
void NXOpen::Die::TrimLineDevelopmentBuilder::SetAssociative | ( | bool | associative | ) |
Sets the associative switch.
True indicates a feature should be output
Created in NX6.0.0.
License requirements : die_engineering ("DIE ENGINEERING")
associative | associative |
void NXOpen::Die::TrimLineDevelopmentBuilder::SetDistanceTolerance | ( | double | distTol | ) |
Sets the distance tolerance.
Used for sewing sheet bodies and joining curves
Created in NX6.0.0.
License requirements : die_engineering ("DIE ENGINEERING")
distTol | disttol |
void NXOpen::Die::TrimLineDevelopmentBuilder::SetDrawDirection | ( | NXOpen::Direction * | punchDirection | ) |
Sets the draw direction.
Also points in the direction of material side of metal
Created in NX6.0.0.
License requirements : die_engineering ("DIE ENGINEERING")
punchDirection | punchdirection |
void NXOpen::Die::TrimLineDevelopmentBuilder::SetLimitPoint1 | ( | NXOpen::Point * | point | ) |
Sets the first limit point
Created in NX6.0.2.
License requirements : die_engineering ("DIE ENGINEERING")
point | point |
void NXOpen::Die::TrimLineDevelopmentBuilder::SetLimitPoint2 | ( | NXOpen::Point * | point | ) |
Sets the last limit point
Created in NX6.0.2.
License requirements : die_engineering ("DIE ENGINEERING")
point | point |
void NXOpen::Die::TrimLineDevelopmentBuilder::SetMaterialType | ( | NXOpen::Die::TrimLineDevelopmentBuilder::MaterialTypeName | materialType | ) |
Sets the material type - steel or aluminum
Created in NX6.0.0.
License requirements : die_engineering ("DIE ENGINEERING")
materialType | materialtype |
void NXOpen::Die::TrimLineDevelopmentBuilder::SetOutputMethod | ( | NXOpen::Die::TrimLineDevelopmentBuilder::OutputMethodName | outputMethod | ) |
Sets the curve output method - geometric, corrected or both
Created in NX6.0.0.
License requirements : die_engineering ("DIE ENGINEERING")
outputMethod | outputmethod |
void NXOpen::Die::TrimLineDevelopmentBuilder::SetRegionPoint | ( | NXOpen::Point * | regionPoint | ) |
Sets the point in product region
Created in NX6.0.0.
License requirements : die_engineering ("DIE ENGINEERING")
regionPoint | regionpoint |
void NXOpen::Die::TrimLineDevelopmentBuilder::SetRemoveLoops | ( | bool | removeLoops | ) |
Sets the remove loops setting.
True indicates loops should be removed from the output curves
Created in NX6.0.0.
License requirements : die_engineering ("DIE ENGINEERING")
removeLoops | removeloops |
void NXOpen::Die::TrimLineDevelopmentBuilder::SetSampleDensityIndex | ( | int | sampleDensityIndex | ) |
Sets the sample density index which controls the density of the sample planes.
Value should be between 1 and 9
Created in NX6.0.0.
License requirements : die_engineering ("DIE ENGINEERING")
sampleDensityIndex | sampledensityindex |
void NXOpen::Die::TrimLineDevelopmentBuilder::SetSmoothing | ( | NXOpen::Die::TrimLineDevelopmentBuilder::SmoothingName | smoothing | ) |
Sets the curve smoothing method - linear (none), cubic or quintic
Created in NX6.0.0.
License requirements : die_engineering ("DIE ENGINEERING")
smoothing | smoothing |
void NXOpen::Die::TrimLineDevelopmentBuilder::SetSpineRadius | ( | double | spineRadius | ) |
Sets the spine radius, used by Die::TrimLineDevelopmentBuilder::CreateDefaultSpine
Created in NX6.0.0.
License requirements : die_engineering ("DIE ENGINEERING")
spineRadius | spineradius |
NXOpen::Die::TrimLineDevelopmentBuilder::SmoothingName NXOpen::Die::TrimLineDevelopmentBuilder::Smoothing | ( | ) |
Returns the curve smoothing method - linear (none), cubic or quintic
Created in NX6.0.0.
License requirements : None
Returns the spine string, which determines the orientation of the sample planes
Created in NX6.0.0.
License requirements : None
Returns the spine radius, used by Die::TrimLineDevelopmentBuilder::CreateDefaultSpine
Created in NX6.0.0.
License requirements : None
Returns the material thickness.
Value should be greater than zero.
Created in NX6.0.0.
License requirements : None