NX Open C++ Reference Guide
|
Represents a Drawings::SectionLineBuilder . More...
Represents a Drawings::SectionLineBuilder .
This class is used to create or edit a Drawings::SectionLine .
To create a new instance of this class, use Drawings::SectionLineCollection::CreateSectionLineBuilder
Created in NX6.0.0.
TypesSimpleOrStepped |
Creates or edits a Drawings::SteppedSectionLine. |
TypesHalf |
Creates or edits a Drawings::HalfSectionLine. |
TypesRevolved |
Creates or edits a Drawings::RevolvedSectionLine. |
TypesPointToPoint |
Creates or edits a Drawings::PointToPointSectionLine. |
TypesPointAndAngle |
Creates or edits a Drawings::PointAndAngleSectionLine. |
TypesPictorial |
Creates or edits a Drawings::PictorialSectionLine. |
TypesHalfPictorial |
Creates or edits a Drawings::HalfPictorialSectionLine. |
TypesOriented |
Creates or edits a Drawings::OrientedSectionLine. |
Returns the arrow direction.
The arrow direction defines the direction of the section line arrows and must be perpendicular to the cut direction.
The arrow direction is only used for Drawings::SectionLineBuilder::TypesPictorial , Drawings::SectionLineBuilder::TypesHalfPictorial and Drawings::SectionLineBuilder::TypesOriented section lines
Created in NX6.0.0.
License requirements : None
Returns the cut direction.
The cut direction is a vector that specifies the direction of the cutting plane. A vector arrow displays showing the direction of the vector.
The cut direction is only used for Drawings::SectionLineBuilder::TypesPictorial , Drawings::SectionLineBuilder::TypesHalfPictorial and Drawings::SectionLineBuilder::TypesOriented section lines
Created in NX6.0.0.
License requirements : None
Returns the half section line data.
Use the half section line data when the type is set to Drawings::SectionLineBuilder::TypesHalf
Created in NX6.0.0.
License requirements : None
Returns the half pictorial section line data.
Use the half pictorial section line data when the type is set to Drawings::SectionLineBuilder::TypesHalfPictorial
Created in NX6.0.0.
License requirements : None
Returns the hinge direction.
The hinge direction is only used for Drawings::SectionLineBuilder::TypesSimpleOrStepped , Drawings::SectionLineBuilder::TypesHalf , Drawings::SectionLineBuilder::TypesRevolved , Drawings::SectionLineBuilder::TypesPointToPoint , and Drawings::SectionLineBuilder::TypesPointAndAngle section lines
Created in NX6.0.0.
License requirements : None
Returns the simple 3D section line data.
Use the simple 3D section line data when the type is set to Drawings::SectionLineBuilder::TypesOriented
Created in NX6.0.0.
License requirements : None
Returns the parent view.
The view that the section line will cut.
Created in NX6.0.0.
License requirements : None
Returns the pictorial section line data.
Use the pictorial section line data when the type is set to Drawings::SectionLineBuilder::TypesPictorial
Created in NX6.0.0.
License requirements : None
NXOpen::Drawings::PointAndAngleSectionLineBuilder* NXOpen::Drawings::SectionLineBuilder::PointAndAngle | ( | ) |
Returns the point and angle section line data.
Use the point and angle section line data when the type is set to Drawings::SectionLineBuilder::TypesPointAndAngle
Created in NX6.0.0.
License requirements : None
NXOpen::Drawings::PointToPointSectionLineBuilder* NXOpen::Drawings::SectionLineBuilder::PointToPoint | ( | ) |
Returns the point to point section line data.
Use the point to point section line data when the type is set to Drawings::SectionLineBuilder::TypesPointToPoint
Created in NX6.0.0.
License requirements : None
Returns the revolved section line data.
Use the revolved section line data when the type is set to Drawings::SectionLineBuilder::TypesRevolved
Created in NX6.0.0.
License requirements : None
void NXOpen::Drawings::SectionLineBuilder::SetArrowDirection | ( | NXOpen::Direction * | arrowDirection | ) |
Sets the arrow direction.
The arrow direction defines the direction of the section line arrows and must be perpendicular to the cut direction.
The arrow direction is only used for Drawings::SectionLineBuilder::TypesPictorial , Drawings::SectionLineBuilder::TypesHalfPictorial and Drawings::SectionLineBuilder::TypesOriented section lines
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
arrowDirection | arrowdirection |
void NXOpen::Drawings::SectionLineBuilder::SetCutDirection | ( | NXOpen::Direction * | cutDirection | ) |
Sets the cut direction.
The cut direction is a vector that specifies the direction of the cutting plane. A vector arrow displays showing the direction of the vector.
The cut direction is only used for Drawings::SectionLineBuilder::TypesPictorial , Drawings::SectionLineBuilder::TypesHalfPictorial and Drawings::SectionLineBuilder::TypesOriented section lines
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
cutDirection | cutdirection |
void NXOpen::Drawings::SectionLineBuilder::SetHingeDirection | ( | NXOpen::Direction * | hingeDirection | ) |
Sets the hinge direction.
The hinge direction is only used for Drawings::SectionLineBuilder::TypesSimpleOrStepped , Drawings::SectionLineBuilder::TypesHalf , Drawings::SectionLineBuilder::TypesRevolved , Drawings::SectionLineBuilder::TypesPointToPoint , and Drawings::SectionLineBuilder::TypesPointAndAngle section lines
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
hingeDirection | hingedirection |
void NXOpen::Drawings::SectionLineBuilder::SetType | ( | NXOpen::Drawings::SectionLineBuilder::Types | type | ) |
Sets the section line type
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
type | type |
NXOpen::Drawings::SteppedSectionLineBuilder* NXOpen::Drawings::SectionLineBuilder::SimpleOrStepped | ( | ) |
Returns the simple or stepped section line data.
Use the simple or stepped section line data when the type is set to Drawings::SectionLineBuilder::TypesSimpleOrStepped
Created in NX6.0.0.
License requirements : None
Returns the style.
The preferences of a section line.
Created in NX6.0.0.
License requirements : None
Returns the section line type
Created in NX6.0.0.
License requirements : None