NX Open C++ Reference Guide
|
Represents a CMM Inspection Line Feature builder
To create a new instance of this class, use CAM::InspectionOperationCollection::CreateInspectionLineFeatureBuilder
Created in NX7.0.0.
More...
Public Member Functions | |
NXOpen::CAM::CamInspectionOperationCsysreferencetypes | CsysRefType () |
Returns the coordinate system reference type Created in NX7.0.0. | |
NXOpen::CAM::CamInspectionOperationExtenttypes | ExtentType () |
Returns the extent type of the line (bounded or unbounded) Created in NX7.0.0. | |
void | FlipLineDirection () |
Flips direction of line. | |
void | FlipNormal () |
Flips normal of underlying surface Created in NX7.0.0. | |
double | ILine () |
Returns the I component of the lines direction vector Created in NX7.0.0. | |
double | INormal () |
Returns the I component of the lines normal vector as determined by an underlying surface Created in NX7.0.0. | |
double | JLine () |
Returns the J component of the lines direction vector Created in NX7.0.0. | |
double | JNormal () |
Returns the J component of the lines normal vector as determined by an underlying surface Created in NX7.0.0. | |
double | KLine () |
Returns the K component of the lines direction vector Created in NX7.0.0. | |
double | KNormal () |
Returns the K component of the lines normal vector as determined by an underlying surface Created in NX7.0.0. | |
double | Length () |
Returns the length of the line Created in NX7.0.0. | |
NXOpen::Direction * | LineDirection () |
Returns the line direction vector Created in NX7.0.0. | |
NXString | Name () |
Returns the name of the line feature Created in NX7.0.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | OffsetDistance () |
Returns the offset distance Created in NX9.0.0. | |
bool | ReverseDirection () |
Returns the reverse direction button Created in NX7.0.0. | |
void | ReverseOffsetDirection () |
Reverses the offset direction Created in NX9.0.0. | |
NXOpen::SelectNXObject * | SelectLine () |
Returns the selected line Created in NX7.0.0. | |
NXOpen::SelectNXObject * | SelectNormalSurface () |
Returns the underlying surface used to determine the normal and approach direction vectors Created in NX7.0.0. | |
void | SetCsysRefType (NXOpen::CAM::CamInspectionOperationCsysreferencetypes csysRefType) |
Sets the coordinate system reference type Created in NX7.0.0. | |
void | SetExtentType (NXOpen::CAM::CamInspectionOperationExtenttypes extentType) |
Sets the extent type of the line (bounded or unbounded) Created in NX7.0.0. | |
void | SetILine (double iLine) |
Sets the I component of the lines direction vector Created in NX7.0.0. | |
void | SetINormal (double iNormal) |
Sets the I component of the lines normal vector as determined by an underlying surface Created in NX7.0.0. | |
void | SetJLine (double jLine) |
Sets the J component of the lines direction vector Created in NX7.0.0. | |
void | SetJNormal (double jNormal) |
Sets the J component of the lines normal vector as determined by an underlying surface Created in NX7.0.0. | |
void | SetKLine (double kLine) |
Sets the K component of the lines direction vector Created in NX7.0.0. | |
void | SetKNormal (double kNormal) |
Sets the K component of the lines normal vector as determined by an underlying surface Created in NX7.0.0. | |
void | SetLength (double length) |
Sets the length of the line Created in NX7.0.0. | |
void | SetLineDirection (NXOpen::Direction *lineDirection) |
Sets the line direction vector Created in NX7.0.0. | |
void | SetName (const NXString &name) |
Sets the name of the line feature Created in NX7.0.0. | |
void | SetName (const char *name) |
Sets the name of the line feature Created in NX7.0.0. | |
void | SetNormalSurface (NXOpen::Face *normalSurface) |
Sets the underlying normal surface Created in NX9.0.0. | |
void | SetReverseDirection (bool reverseDirection) |
Sets the reverse direction button Created in NX7.0.0. | |
void | SetX (double x) |
Sets the X coordinate of one end of a bounded line or any point on an unbounded line Created in NX7.0.0. | |
void | SetY (double y) |
Sets the Y coordinate of one end of a bounded line or any point on an unbounded line Created in NX7.0.0. | |
void | SetZ (double z) |
Sets the Z coordinate of one end of a bounded line or any point on an unbounded line Created in NX7.0.0. | |
void | UpdateNormal () |
Updates normal vector for line based on selection of underlying plane Created in NX7.0.0. | |
void | UpdateOffset () |
Updates line inspection feature characteristic parameters based on offset distance Created in NX9.0.0. | |
void | UpdateParams () |
Updates line inspection feature characteristic parameters based on selected geometry Created in NX7.0.0. | |
double | X () |
Returns the X coordinate of one end of a bounded line or any point on an unbounded line Created in NX7.0.0. | |
double | Y () |
Returns the Y coordinate of one end of a bounded line or any point on an unbounded line Created in NX7.0.0. | |
double | Z () |
Returns the Z coordinate of one end of a bounded line or any point on an unbounded line Created in NX7.0.0. | |
![]() | |
NXString | ChannelName () |
Returns the channel's name Created in NX7.5.0. | |
NXString | Description () |
Returns the description Created in NX9.0.0. | |
NXOpen::CAM::PostEventsCiBuilder * | EndOfPath () |
Returns the end event builder Created in NX5.0.1. | |
NXOpen::CAM::UdeSet * | EndUdeSet () |
Returns the end ude set Created in NX7.5.0. | |
NXOpen::CAM::GeometryCiBuilder * | Geometry () |
Returns the geometry builder Created in NX5.0.0. | |
std::vector< double > | GetHoleAxisValues () |
Get the Hole Axis values. | |
bool | GougeChecking () |
Returns the gouge checking flag Created in NX9.0.0. | |
NXOpen::CAM::OperationBuilder::HoleAxisTypes | HoleAxisType () |
Returns the Hole Axis Type Created in NX5.0.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | HoleDepth () |
Returns the max depth distance builder Created in NX5.0.0. | |
NXOpen::CAM::OperationBuilder::HoleDepthTypes | HoleDepthType () |
Returns the Hole Depth Type Created in NX5.0.0. | |
NXOpen::CAM::ArcOutputTypeCiBuilder * | MotionOutputBuilder () |
Returns the motion output builder Created in NX8.0.0. | |
NXOpen::CAM::Notes * | Notes () |
Returns the notes builder Created in NX9.0.0. | |
NXOpen::CAM::OperationBuilder::OptimizationBasedOnTypes | OptimizationBasedOn () |
Returns the optimization based on in operation Created in NX5.0.0. | |
NXOpen::CAM::OperationBuilder::OptimizationDistanceTypes | OptimizationDistanceMethod () |
Returns the optimization distance method in operation Created in NX5.0.0. | |
NXOpen::CAM::OperationBuilder::OptimizationLevelTypes | OptimizationLevel () |
Returns the optimization level in operation Created in NX5.0.0. | |
NXOpen::CAM::OperationDisplayOptionsBuilder * | PathDisplayOptions () |
Returns the path display options builder Created in NX6.0.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | RetractDistance () |
Returns the Retract Distance builder (inheritable double) Created in NX5.0.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | RetractDistanceOnToolAxisChange () |
Returns the Retract Distance on Tool Axis Change builder (inheritable double) Created in NX5.0.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | SafeClearance () |
Returns the safe clearance builder Created in NX6.0.0. | |
bool | SelectToolFlag () |
Returns the user selected tool Created in NX5.0.0. | |
void | SetChannelName (const NXString &channel) |
Sets the channel's name Created in NX7.5.0. | |
void | SetChannelName (const char *channel) |
Sets the channel's name Created in NX7.5.0. | |
void | SetDescription (const NXString &description) |
Sets the description Created in NX9.0.0. | |
void | SetDescription (const char *description) |
Sets the description Created in NX9.0.0. | |
void | SetGougeChecking (bool gougeChecking) |
Sets the gouge checking flag Created in NX9.0.0. | |
void | SetHoleAxisType (NXOpen::CAM::OperationBuilder::HoleAxisTypes types) |
Sets the Hole Axis Type Created in NX5.0.0. | |
void | SetHoleAxisValues (const std::vector< double > &holeAxis) |
Set the Hole Axis values Created in NX5.0.0. | |
void | SetHoleDepthType (NXOpen::CAM::OperationBuilder::HoleDepthTypes types) |
Sets the Hole Depth Type Created in NX5.0.0. | |
void | SetOptimizationBasedOn (NXOpen::CAM::OperationBuilder::OptimizationBasedOnTypes optimBasedOn) |
Sets the optimization based on in operation Created in NX5.0.0. | |
void | SetOptimizationDistanceMethod (NXOpen::CAM::OperationBuilder::OptimizationDistanceTypes optimDistance) |
Sets the optimization distance method in operation Created in NX5.0.0. | |
void | SetOptimizationLevel (NXOpen::CAM::OperationBuilder::OptimizationLevelTypes optimType) |
Sets the optimization level in operation Created in NX5.0.0. | |
void | SetSelectToolFlag (bool selToolFlag) |
Sets the user selected tool Created in NX5.0.0. | |
NXOpen::CAM::PostEventsCiBuilder * | StartOfPath () |
Returns the start event builder Created in NX5.0.1. | |
NXOpen::CAM::UdeSet * | StartUdeSet () |
Returns the start ude set Created in NX7.5.0. | |
NXOpen::CAM::ToolChangeCiBuilder * | ToolChangeSetting () |
Returns the tool change builder Created in NX5.0.0. | |
NXOpen::CAM::ToolPathSplitParametersBuilder * | ToolPathSplitParametersBuilder () |
Returns the tool path split Parameters Created in NX9.0.0. | |
![]() | |
NXOpen::CAM::Ude * | CycleEvent () |
Returns the cycle event Created in NX7.5.0. | |
NXOpen::CAM::Cycle * | CycleTable () |
Returns the cycle Created in NX9.0.0. | |
NXOpen::CAM::ParamBuilder::OptimizationTypes | OptimizationMethod () |
Returns the optim method Created in NX5.0.0. | |
void | SetOptimizationMethod (NXOpen::CAM::ParamBuilder::OptimizationTypes optimMethod) |
Sets the optim method Created in NX5.0.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Additional Inherited Members | |
![]() | |
enum | HoleAxisTypes { HoleAxisTypesVector, HoleAxisTypesRule, HoleAxisTypesRuleIfNoVector } |
Available types for Hole Axis Type in feature milling and hole making. More... | |
enum | HoleDepthTypes { HoleDepthTypesPoint, HoleDepthTypesRule } |
Available types for Hole Depth Type in feature milling and hole making. More... | |
enum | OptimizationBasedOnTypes { OptimizationBasedOnTypesDist, OptimizationBasedOnTypesOrient } |
Available types for optimization based on in operation. More... | |
enum | OptimizationDistanceTypes { OptimizationDistanceTypesDirect, OptimizationDistanceTypesTransition } |
Available types for optimization distance method in operation. More... | |
enum | OptimizationLevelTypes { OptimizationLevelTypesStandard, OptimizationLevelTypesAdvanced } |
Available types for optimization level in operation. More... | |
Represents a CMM Inspection Line Feature builder
To create a new instance of this class, use CAM::InspectionOperationCollection::CreateInspectionLineFeatureBuilder
Created in NX7.0.0.
NXOpen::CAM::CamInspectionOperationCsysreferencetypes NXOpen::CAM::InspectionLineFeatureBuilder::CsysRefType | ( | ) |
Returns the coordinate system reference type
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::CamInspectionOperationExtenttypes NXOpen::CAM::InspectionLineFeatureBuilder::ExtentType | ( | ) |
Returns the extent type of the line (bounded or unbounded)
Created in NX7.0.0.
License requirements : None
void NXOpen::CAM::InspectionLineFeatureBuilder::FlipLineDirection | ( | ) |
Flips direction of line.
Moves xyz location to other end of line
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
void NXOpen::CAM::InspectionLineFeatureBuilder::FlipNormal | ( | ) |
Flips normal of underlying surface
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
double NXOpen::CAM::InspectionLineFeatureBuilder::ILine | ( | ) |
Returns the I component of the lines direction vector
Created in NX7.0.0.
License requirements : None
double NXOpen::CAM::InspectionLineFeatureBuilder::INormal | ( | ) |
Returns the I component of the lines normal vector as determined by an underlying surface
Created in NX7.0.0.
License requirements : None
double NXOpen::CAM::InspectionLineFeatureBuilder::JLine | ( | ) |
Returns the J component of the lines direction vector
Created in NX7.0.0.
License requirements : None
double NXOpen::CAM::InspectionLineFeatureBuilder::JNormal | ( | ) |
Returns the J component of the lines normal vector as determined by an underlying surface
Created in NX7.0.0.
License requirements : None
double NXOpen::CAM::InspectionLineFeatureBuilder::KLine | ( | ) |
Returns the K component of the lines direction vector
Created in NX7.0.0.
License requirements : None
double NXOpen::CAM::InspectionLineFeatureBuilder::KNormal | ( | ) |
Returns the K component of the lines normal vector as determined by an underlying surface
Created in NX7.0.0.
License requirements : None
double NXOpen::CAM::InspectionLineFeatureBuilder::Length | ( | ) |
Returns the length of the line
Created in NX7.0.0.
License requirements : None
NXOpen::Direction* NXOpen::CAM::InspectionLineFeatureBuilder::LineDirection | ( | ) |
Returns the line direction vector
Created in NX7.0.0.
License requirements : None
NXString NXOpen::CAM::InspectionLineFeatureBuilder::Name | ( | ) |
Returns the name of the line feature
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::InspectionLineFeatureBuilder::OffsetDistance | ( | ) |
Returns the offset distance
Created in NX9.0.0.
License requirements : None
bool NXOpen::CAM::InspectionLineFeatureBuilder::ReverseDirection | ( | ) |
Returns the reverse direction button
Created in NX7.0.0.
License requirements : None
void NXOpen::CAM::InspectionLineFeatureBuilder::ReverseOffsetDirection | ( | ) |
Reverses the offset direction
Created in NX9.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
NXOpen::SelectNXObject* NXOpen::CAM::InspectionLineFeatureBuilder::SelectLine | ( | ) |
Returns the selected line
Created in NX7.0.0.
License requirements : None
NXOpen::SelectNXObject* NXOpen::CAM::InspectionLineFeatureBuilder::SelectNormalSurface | ( | ) |
Returns the underlying surface used to determine the normal and approach direction vectors
Created in NX7.0.0.
License requirements : None
void NXOpen::CAM::InspectionLineFeatureBuilder::SetCsysRefType | ( | NXOpen::CAM::CamInspectionOperationCsysreferencetypes | csysRefType | ) |
Sets the coordinate system reference type
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
csysRefType | csysreftype |
void NXOpen::CAM::InspectionLineFeatureBuilder::SetExtentType | ( | NXOpen::CAM::CamInspectionOperationExtenttypes | extentType | ) |
Sets the extent type of the line (bounded or unbounded)
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
extentType | extenttype |
void NXOpen::CAM::InspectionLineFeatureBuilder::SetILine | ( | double | iLine | ) |
Sets the I component of the lines direction vector
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
iLine | iline |
void NXOpen::CAM::InspectionLineFeatureBuilder::SetINormal | ( | double | iNormal | ) |
Sets the I component of the lines normal vector as determined by an underlying surface
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
iNormal | inormal |
void NXOpen::CAM::InspectionLineFeatureBuilder::SetJLine | ( | double | jLine | ) |
Sets the J component of the lines direction vector
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
jLine | jline |
void NXOpen::CAM::InspectionLineFeatureBuilder::SetJNormal | ( | double | jNormal | ) |
Sets the J component of the lines normal vector as determined by an underlying surface
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
jNormal | jnormal |
void NXOpen::CAM::InspectionLineFeatureBuilder::SetKLine | ( | double | kLine | ) |
Sets the K component of the lines direction vector
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
kLine | kline |
void NXOpen::CAM::InspectionLineFeatureBuilder::SetKNormal | ( | double | kNormal | ) |
Sets the K component of the lines normal vector as determined by an underlying surface
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
kNormal | knormal |
void NXOpen::CAM::InspectionLineFeatureBuilder::SetLength | ( | double | length | ) |
Sets the length of the line
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
length | length |
void NXOpen::CAM::InspectionLineFeatureBuilder::SetLineDirection | ( | NXOpen::Direction * | lineDirection | ) |
Sets the line direction vector
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
lineDirection | linedirection |
void NXOpen::CAM::InspectionLineFeatureBuilder::SetName | ( | const NXString & | name | ) |
Sets the name of the line feature
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
name | name |
void NXOpen::CAM::InspectionLineFeatureBuilder::SetName | ( | const char * | name | ) |
Sets the name of the line feature
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
name | name |
void NXOpen::CAM::InspectionLineFeatureBuilder::SetNormalSurface | ( | NXOpen::Face * | normalSurface | ) |
Sets the underlying normal surface
Created in NX9.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
normalSurface | normalsurface |
void NXOpen::CAM::InspectionLineFeatureBuilder::SetReverseDirection | ( | bool | reverseDirection | ) |
Sets the reverse direction button
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
reverseDirection | reversedirection |
void NXOpen::CAM::InspectionLineFeatureBuilder::SetX | ( | double | x | ) |
Sets the X coordinate of one end of a bounded line or any point on an unbounded line
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
x | x |
void NXOpen::CAM::InspectionLineFeatureBuilder::SetY | ( | double | y | ) |
Sets the Y coordinate of one end of a bounded line or any point on an unbounded line
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
y | y |
void NXOpen::CAM::InspectionLineFeatureBuilder::SetZ | ( | double | z | ) |
Sets the Z coordinate of one end of a bounded line or any point on an unbounded line
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
z | z |
void NXOpen::CAM::InspectionLineFeatureBuilder::UpdateNormal | ( | ) |
Updates normal vector for line based on selection of underlying plane
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
void NXOpen::CAM::InspectionLineFeatureBuilder::UpdateOffset | ( | ) |
Updates line inspection feature characteristic parameters based on offset distance
Created in NX9.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
void NXOpen::CAM::InspectionLineFeatureBuilder::UpdateParams | ( | ) |
Updates line inspection feature characteristic parameters based on selected geometry
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
double NXOpen::CAM::InspectionLineFeatureBuilder::X | ( | ) |
Returns the X coordinate of one end of a bounded line or any point on an unbounded line
Created in NX7.0.0.
License requirements : None
double NXOpen::CAM::InspectionLineFeatureBuilder::Y | ( | ) |
Returns the Y coordinate of one end of a bounded line or any point on an unbounded line
Created in NX7.0.0.
License requirements : None
double NXOpen::CAM::InspectionLineFeatureBuilder::Z | ( | ) |
Returns the Z coordinate of one end of a bounded line or any point on an unbounded line
Created in NX7.0.0.
License requirements : None