NX Open C++ Reference Guide
|
Represents a Flange feature builder. More...
Public Types | |
enum | InsetTypeOptions { InsetTypeOptionsMaterialInside, InsetTypeOptionsMaterialOutside, InsetTypeOptionsBendOutside } |
This enum represents the inset type for the material of the flange. More... | |
enum | LengthTypeOptions { LengthTypeOptionsInsideDimension, LengthTypeOptionsOutsideDimension, LengthTypeOptionsWebDimension } |
This enum indicates the two ways that the flange length can be measured. More... | |
enum | MatchFaceOptions { MatchFaceOptionsNone, MatchFaceOptionsUntilSelected } |
This enum represents the match face option for the flange. More... | |
enum | OffsetTypeOptions { OffsetTypeOptionsInside, OffsetTypeOptionsOutside } |
This enum represents the offset type for the flange. More... | |
enum | WidthTypeOptions { WidthTypeOptionsFullEdge, WidthTypeOptionsCenterOfEdge, WidthTypeOptionsAtEdgeEnd, WidthTypeOptionsFromEdgeEnd, WidthTypeOptionsFromBothEnds, WidthTypeOptionsCustom } |
This enum represents the width type for the flange. More... | |
Public Member Functions | |
NXOpen::Expression * | BendAngle () |
Returns the bend angle for flange. | |
NXOpen::Features::SheetMetal::BendOptions * | BendOptions () |
Returns the bend options object. | |
void | DeleteSketch () |
Delete the flange sketch Created in NX6.0.0. | |
NXOpen::Edge * | Edge () |
Returns the edge on which the flange is created. | |
void | EditSketch () |
Edit the sketch base on a new edge you need to call SetEdge to set a new edge Created in NX6.0.0. | |
NXOpen::Expression * | FirstDistance () |
Returns a distance based on WidthType . | |
NXOpen::Sketch * | GetSketch () |
Get the flange sketch. | |
NXOpen::Features::SheetMetal::FlangeBuilder::InsetTypeOptions | InsetType () |
Returns the inset type (inside, outside, bendoutside) for the flange. | |
NXOpen::Expression * | Length () |
Returns the length of the flange. | |
NXOpen::Features::SheetMetal::FlangeBuilder::LengthTypeOptions | LengthType () |
Returns a enum indicating the length type. | |
NXOpen::Features::SheetMetal::FlangeBuilder::MatchFaceOptions | MatchFaceOption () |
Returns the match face selection type. | |
NXOpen::Plane * | MatchPlane () |
Returns the Match Plane. | |
NXOpen::Expression * | Offset () |
Returns the offset value for the flange. | |
NXOpen::Features::SheetMetal::FlangeBuilder::OffsetTypeOptions | OffsetType () |
Returns the offset type for the flange. | |
NXOpen::Expression * | SecondDistance () |
Returns a distance based on WidthType . | |
void | SetBendAngle (const NXString &bendAngle) |
Created in NX4.0.0. | |
void | SetBendAngle (const char *bendAngle) |
Created in NX4.0.0. | |
void | SetEdge (NXOpen::Edge *edge) |
Sets the edge on which the flange is created. | |
void | SetFirstDistance (const NXString &firstDistance) |
Created in NX4.0.0. | |
void | SetFirstDistance (const char *firstDistance) |
Created in NX4.0.0. | |
void | SetInsetType (NXOpen::Features::SheetMetal::FlangeBuilder::InsetTypeOptions insetType) |
Sets the inset type (inside, outside, bendoutside) for the flange. | |
void | SetLength (const NXString &length) |
Created in NX4.0.0. | |
void | SetLength (const char *length) |
Created in NX4.0.0. | |
void | SetLengthType (NXOpen::Features::SheetMetal::FlangeBuilder::LengthTypeOptions lengthType) |
Sets a enum indicating the length type. | |
void | SetMatchFaceOption (NXOpen::Features::SheetMetal::FlangeBuilder::MatchFaceOptions matchFaceOption) |
Sets the match face selection type. | |
void | SetMatchPlane (NXOpen::Plane *matchPlane) |
Sets the Match Plane. | |
void | SetOffset (const NXString &offset) |
Created in NX4.0.0. | |
void | SetOffset (const char *offset) |
Created in NX4.0.0. | |
void | SetOffsetType (NXOpen::Features::SheetMetal::FlangeBuilder::OffsetTypeOptions offsetType) |
Sets the offset type for the flange. | |
void | SetSecondDistance (const NXString &secondDistance) |
Created in NX4.0.0. | |
void | SetSecondDistance (const char *secondDistance) |
Created in NX4.0.0. | |
void | SetVertex (const NXOpen::Point3d &vertex) |
Sets the vertex on the flange edge, needed to dimension the flange width. | |
void | SetWidthType (NXOpen::Features::SheetMetal::FlangeBuilder::WidthTypeOptions widthType) |
Sets the width type for flange. | |
int | ValidateBuilderData () |
Verify that the builder data is valid for creating a flange. | |
NXOpen::Point3d | Vertex () |
Returns the vertex on the flange edge, needed to dimension the flange width. | |
NXOpen::Features::SheetMetal::FlangeBuilder::WidthTypeOptions | WidthType () |
Returns the width type for flange. | |
![]() | |
NXOpen::Features::SheetMetal::ApplicationContext | GetApplicationContext () |
Get the application context. | |
void | SetApplicationContext (NXOpen::Features::SheetMetal::ApplicationContext appContext) |
Set the application context. | |
![]() | |
NXOpen::Features::Feature * | CommitFeature () |
Commits the feature parameters and creates the feature. | |
NXOpen::Features::Feature * | GetFeature () |
Returns the feature currently being edited by this builder. | |
void | HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature) |
Re-suppress an internal parent feature (a slave feature) after it has been edited. | |
bool | ParentFeatureInternal () |
Returns whether or not the latest timestamped parent feature of this feature should be made internal Created in NX5.0.0. | |
bool | PatchSolutionFlag () |
Returns the patch solution flag Created in NX8.0.1. | |
NXString | PatchSurfaceFilename () |
Returns the patch surface filename Created in NX8.0.1. | |
void | SetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
Set the parent features which would be internal or slaves to the feature being created or commited Created in NX6.0.0. | |
void | SetParentFeatureInternal (bool isInternal) |
Sets whether or not the latest timestamped parent feature of this feature should be made internal Created in NX5.0.0. | |
void | SetPatchSolutionFlag (bool optionValue) |
Sets the patch solution flag Created in NX8.0.1. | |
void | SetPatchSurfaceFilename (const NXString &surfaceFilename) |
Sets the patch surface filename Created in NX8.0.1. | |
void | SetPatchSurfaceFilename (const char *surfaceFilename) |
Sets the patch surface filename Created in NX8.0.1. | |
void | SetSurroundingPatchSurfaceFilename (const NXString &surroundingSurfaceFilename) |
Sets the surrounding patch surface filename Created in NX8.0.1. | |
void | SetSurroundingPatchSurfaceFilename (const char *surroundingSurfaceFilename) |
Sets the surrounding patch surface filename Created in NX8.0.1. | |
void | ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature) |
Unsuppress an internal parent feature (a slave feature) so it can be edited. | |
NXString | SurroundingPatchSurfaceFilename () |
Returns the surrounding patch surface filename Created in NX8.0.1. | |
void | UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
Set the internal parent feature of the feature being edited to external Created in NX6.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. | |
Represents a Flange feature builder.
To create a new instance of this class, use Features::SheetMetal::SheetmetalManager::CreateFlangeFeatureBuilder
Created in NX4.0.0.
This enum represents the inset type for the material of the flange.
This enum indicates the two ways that the flange length can be measured.
This enum represents the width type for the flange.
NXOpen::Expression* NXOpen::Features::SheetMetal::FlangeBuilder::BendAngle | ( | ) |
Returns the bend angle for flange.
It should be set in degrees (??????).
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
NXOpen::Features::SheetMetal::BendOptions* NXOpen::Features::SheetMetal::FlangeBuilder::BendOptions | ( | ) |
Returns the bend options object.
<br> The bend options object stores additional parameters for the bend, such as bend radius, bend relief width and depth, corner relief type etc. <br>
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
void NXOpen::Features::SheetMetal::FlangeBuilder::DeleteSketch | ( | ) |
Delete the flange sketch
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
NXOpen::Edge* NXOpen::Features::SheetMetal::FlangeBuilder::Edge | ( | ) |
Returns the edge on which the flange is created.
<br> The edge should be linear and it should not be a thickness edge. <br>
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
void NXOpen::Features::SheetMetal::FlangeBuilder::EditSketch | ( | ) |
Edit the sketch base on a new edge you need to call SetEdge to set a new edge
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
NXOpen::Expression* NXOpen::Features::SheetMetal::FlangeBuilder::FirstDistance | ( | ) |
Returns a distance based on WidthType .
<br> See @link WidthType WidthType @endlink and @link SetWidthType SetWidthType @endlink for a detailed desctiption of what this distance stands for. <br>
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
NXOpen::Sketch* NXOpen::Features::SheetMetal::FlangeBuilder::GetSketch | ( | ) |
Get the flange sketch.
NXOpen::Features::SheetMetal::FlangeBuilder::InsetTypeOptions NXOpen::Features::SheetMetal::FlangeBuilder::InsetType | ( | ) |
Returns the inset type (inside, outside, bendoutside) for the flange.
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
NXOpen::Expression* NXOpen::Features::SheetMetal::FlangeBuilder::Length | ( | ) |
Returns the length of the flange.
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
NXOpen::Features::SheetMetal::FlangeBuilder::LengthTypeOptions NXOpen::Features::SheetMetal::FlangeBuilder::LengthType | ( | ) |
Returns a enum indicating the length type.
For Features created in NX8 and above: The way length is measured for the flange. It can either be measure from the inside edge or the outside edge. <br> Flange length can be specified starting from the selected edge or from the corresponding edge on the other face (other linear edge on the other side of the thickness face). If the length is specified from the selected edge use value @link Features::SheetMetal::FlangeBuilder::LengthTypeOptionsInsideDimension Features::SheetMetal::FlangeBuilder::LengthTypeOptionsInsideDimension@endlink or if the flange length is specifed from the other edge use value @link Features::SheetMetal::FlangeBuilder::LengthTypeOptionsOutsideDimension Features::SheetMetal::FlangeBuilder::LengthTypeOptionsOutsideDimension@endlink . <br> For Features created in NX8 and above: Flange length can be measure from the Inner Mold Line, Outer Mold Line or Bend Tangent Line. <br> Inner Mold Line: Intersection of inner tab face and inner flange web face Outer Mold Line: Intersection of outer tab face and outer flange web face Bend Tangent Line: common edge between flange web face and bend face. Flange length can be specified starting from the inner mold line or outer mold line or bend tangent line. If the length is specified from the inner mold line use value @link Features::SheetMetal::FlangeBuilder::LengthTypeOptionsInsideDimension Features::SheetMetal::FlangeBuilder::LengthTypeOptionsInsideDimension@endlink or if the flange length is specifed from the outer mold line use value @link Features::SheetMetal::FlangeBuilder::LengthTypeOptionsOutsideDimension Features::SheetMetal::FlangeBuilder::LengthTypeOptionsOutsideDimension@endlink or if the flange length is specifed from the bend tangent line use value @link Features::SheetMetal::FlangeBuilder::LengthTypeOptionsWebDimension Features::SheetMetal::FlangeBuilder::LengthTypeOptionsWebDimension@endlink . <br>
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
NXOpen::Features::SheetMetal::FlangeBuilder::MatchFaceOptions NXOpen::Features::SheetMetal::FlangeBuilder::MatchFaceOption | ( | ) |
Returns the match face selection type.
<br> None for Regular Flange. Until Selected for Match To Face type Flange . <br>
Created in NX8.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Plane* NXOpen::Features::SheetMetal::FlangeBuilder::MatchPlane | ( | ) |
Returns the Match Plane.
Created in NX8.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Expression* NXOpen::Features::SheetMetal::FlangeBuilder::Offset | ( | ) |
Returns the offset value for the flange.
<br> The direction of the offset is determined by the value off @link OffsetType OffsetType@endlink . <br>
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
NXOpen::Features::SheetMetal::FlangeBuilder::OffsetTypeOptions NXOpen::Features::SheetMetal::FlangeBuilder::OffsetType | ( | ) |
Returns the offset type for the flange.
<br> Describes the value of the offset in @link Offset Offset @endlink and @link SetOffset SetOffset @endlink . <br>
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
NXOpen::Expression* NXOpen::Features::SheetMetal::FlangeBuilder::SecondDistance | ( | ) |
Returns a distance based on WidthType .
<br> See @link WidthType WidthType @endlink and @link SetWidthType SetWidthType @endlink for a detailed desctiption of what this distance stands for. <br>
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
void NXOpen::Features::SheetMetal::FlangeBuilder::SetBendAngle | ( | const NXString & | bendAngle | ) |
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
bendAngle | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::FlangeBuilder::SetBendAngle | ( | const char * | bendAngle | ) |
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
bendAngle | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::FlangeBuilder::SetEdge | ( | NXOpen::Edge * | edge | ) |
Sets the edge on which the flange is created.
<br> The edge should be linear and it should not be a thickness edge. <br>
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
edge | The flange is created on this edge. |
void NXOpen::Features::SheetMetal::FlangeBuilder::SetFirstDistance | ( | const NXString & | firstDistance | ) |
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
firstDistance | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::FlangeBuilder::SetFirstDistance | ( | const char * | firstDistance | ) |
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
firstDistance | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::FlangeBuilder::SetInsetType | ( | NXOpen::Features::SheetMetal::FlangeBuilder::InsetTypeOptions | insetType | ) |
Sets the inset type (inside, outside, bendoutside) for the flange.
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
insetType | inset type |
void NXOpen::Features::SheetMetal::FlangeBuilder::SetLength | ( | const NXString & | length | ) |
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
length | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::FlangeBuilder::SetLength | ( | const char * | length | ) |
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
length | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::FlangeBuilder::SetLengthType | ( | NXOpen::Features::SheetMetal::FlangeBuilder::LengthTypeOptions | lengthType | ) |
Sets a enum indicating the length type.
For Features created in NX8 and above: The way length is measured for the flange. It can either be measure from the inside edge or the outside edge. <br> Flange length can be specified starting from the selected edge or from the corresponding edge on the other face (other linear edge on the other side of the thickness face). If the length is specified from the selected edge use value @link Features::SheetMetal::FlangeBuilder::LengthTypeOptionsInsideDimension Features::SheetMetal::FlangeBuilder::LengthTypeOptionsInsideDimension@endlink or if the flange length is specifed from the other edge use value @link Features::SheetMetal::FlangeBuilder::LengthTypeOptionsOutsideDimension Features::SheetMetal::FlangeBuilder::LengthTypeOptionsOutsideDimension@endlink . <br> For Features created in NX8 and above: Flange length can be measure from the Inner Mold Line, Outer Mold Line or Bend Tangent Line. <br> Inner Mold Line: Intersection of inner tab face and inner flange web face Outer Mold Line: Intersection of outer tab face and outer flange web face Bend Tangent Line: common edge between flange web face and bend face. Flange length can be specified starting from the inner mold line or outer mold line or bend tangent line. If the length is specified from the inner mold line use value @link Features::SheetMetal::FlangeBuilder::LengthTypeOptionsInsideDimension Features::SheetMetal::FlangeBuilder::LengthTypeOptionsInsideDimension@endlink or if the flange length is specifed from the outer mold line use value @link Features::SheetMetal::FlangeBuilder::LengthTypeOptionsOutsideDimension Features::SheetMetal::FlangeBuilder::LengthTypeOptionsOutsideDimension@endlink or if the flange length is specifed from the bend tangent line use value @link Features::SheetMetal::FlangeBuilder::LengthTypeOptionsWebDimension Features::SheetMetal::FlangeBuilder::LengthTypeOptionsWebDimension@endlink . <br>
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
lengthType | length type |
void NXOpen::Features::SheetMetal::FlangeBuilder::SetMatchFaceOption | ( | NXOpen::Features::SheetMetal::FlangeBuilder::MatchFaceOptions | matchFaceOption | ) |
Sets the match face selection type.
<br> None for Regular Flange. Until Selected for Match To Face type Flange . <br>
Created in NX8.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
matchFaceOption | matchfaceoption |
void NXOpen::Features::SheetMetal::FlangeBuilder::SetMatchPlane | ( | NXOpen::Plane * | matchPlane | ) |
Sets the Match Plane.
Created in NX8.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
matchPlane | matchplane |
void NXOpen::Features::SheetMetal::FlangeBuilder::SetOffset | ( | const NXString & | offset | ) |
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
offset | The flange offset value NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::FlangeBuilder::SetOffset | ( | const char * | offset | ) |
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
offset | The flange offset value NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::FlangeBuilder::SetOffsetType | ( | NXOpen::Features::SheetMetal::FlangeBuilder::OffsetTypeOptions | offsetType | ) |
Sets the offset type for the flange.
<br> Describes the value of the offset in @link Offset Offset @endlink and @link SetOffset SetOffset @endlink . <br>
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
offsetType | The flange can be offset inside or outside. |
void NXOpen::Features::SheetMetal::FlangeBuilder::SetSecondDistance | ( | const NXString & | secondDistance | ) |
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
secondDistance | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::FlangeBuilder::SetSecondDistance | ( | const char * | secondDistance | ) |
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
secondDistance | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::FlangeBuilder::SetVertex | ( | const NXOpen::Point3d & | vertex | ) |
Sets the vertex on the flange edge, needed to dimension the flange width.
<br> The vertex needs to be specified ONLY if @link WidthType WidthType@endlink is set to one of @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsAtEdgeEnd Features::SheetMetal::FlangeBuilder::WidthTypeOptionsAtEdgeEnd@endlink , @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromEdgeEnd Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromEdgeEnd@endlink . In case of @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromBothEnds Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromBothEnds@endlink , the start vertex of the edge is assumed to be the start point for @link FirstDistance FirstDistance@endlink . <br>
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
vertex | A vertex on the flange edge. |
void NXOpen::Features::SheetMetal::FlangeBuilder::SetWidthType | ( | NXOpen::Features::SheetMetal::FlangeBuilder::WidthTypeOptions | widthType | ) |
Sets the width type for flange.
<br> Use one of the values from @link Features::SheetMetal::FlangeBuilder::WidthTypeOptions Features::SheetMetal::FlangeBuilder::WidthTypeOptions@endlink . Depending on which of the values from the enum is used, none, either or both of the distance values from @link FirstDistance FirstDistance@endlink and @link SecondDistance SecondDistance@endlink may be used. Here is a description of the distances: If the value is @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFullEdge Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFullEdge@endlink , then both the @link FirstDistance FirstDistance@endlink and @link SecondDistance SecondDistance@endlink values are unused. If the value is @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsCenterOfEdge Features::SheetMetal::FlangeBuilder::WidthTypeOptionsCenterOfEdge@endlink , then both the @link FirstDistance FirstDistance@endlink and @link SecondDistance SecondDistance@endlink represent exactly half the width of the flange. If the value is @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsAtEdgeEnd Features::SheetMetal::FlangeBuilder::WidthTypeOptionsAtEdgeEnd@endlink , then @link FirstDistance FirstDistance@endlink represents the width of the flange, starting from the end of the edge specified by the @link Vertex Vertex@endlink and the @link SecondDistance SecondDistance@endlink is not used. If the value is @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromEdgeEnd Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromEdgeEnd@endlink , then @link FirstDistance FirstDistance@endlink represents the distance of the start point of the flange from the end of the edge specified by @link Vertex Vertex@endlink and @link SecondDistance SecondDistance@endlink represents the width of the flange. If the value is @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromBothEnds Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromBothEnds@endlink , then @link FirstDistance FirstDistance@endlink represents the distance of the start point of the flange from the from the end of the edge specified by @link Vertex Vertex@endlink and @link SecondDistance SecondDistance@endlink represents the distance of the end point of the flange from end of the edge opposite to the end specified by @link Vertex Vertex@endlink . The value @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsCustom Features::SheetMetal::FlangeBuilder::WidthTypeOptionsCustom@endlink , cannot be set by the user. It is set internally if the sketch for the flange has been edited after creation. In this case, the expressions @link FirstDistance FirstDistance@endlink and @link SecondDistance SecondDistance@endlink may or may not retain their original meaning when the flange was first created, so the user should not rely on these any more to mean anything specific. <br>
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
widthType | width type |
int NXOpen::Features::SheetMetal::FlangeBuilder::ValidateBuilderData | ( | ) |
Verify that the builder data is valid for creating a flange.
<br> If the builder data is valid, return value is zero. <br> @return A value of zero is returned if the data in the builder is valid.
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
NXOpen::Point3d NXOpen::Features::SheetMetal::FlangeBuilder::Vertex | ( | ) |
Returns the vertex on the flange edge, needed to dimension the flange width.
<br> The vertex needs to be specified ONLY if @link WidthType WidthType@endlink is set to one of @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsAtEdgeEnd Features::SheetMetal::FlangeBuilder::WidthTypeOptionsAtEdgeEnd@endlink , @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromEdgeEnd Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromEdgeEnd@endlink . In case of @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromBothEnds Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromBothEnds@endlink , the start vertex of the edge is assumed to be the start point for @link FirstDistance FirstDistance@endlink . <br>
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
NXOpen::Features::SheetMetal::FlangeBuilder::WidthTypeOptions NXOpen::Features::SheetMetal::FlangeBuilder::WidthType | ( | ) |
Returns the width type for flange.
<br> Use one of the values from @link Features::SheetMetal::FlangeBuilder::WidthTypeOptions Features::SheetMetal::FlangeBuilder::WidthTypeOptions@endlink . Depending on which of the values from the enum is used, none, either or both of the distance values from @link FirstDistance FirstDistance@endlink and @link SecondDistance SecondDistance@endlink may be used. Here is a description of the distances: If the value is @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFullEdge Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFullEdge@endlink , then both the @link FirstDistance FirstDistance@endlink and @link SecondDistance SecondDistance@endlink values are unused. If the value is @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsCenterOfEdge Features::SheetMetal::FlangeBuilder::WidthTypeOptionsCenterOfEdge@endlink , then both the @link FirstDistance FirstDistance@endlink and @link SecondDistance SecondDistance@endlink represent exactly half the width of the flange. If the value is @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsAtEdgeEnd Features::SheetMetal::FlangeBuilder::WidthTypeOptionsAtEdgeEnd@endlink , then @link FirstDistance FirstDistance@endlink represents the width of the flange, starting from the end of the edge specified by the @link Vertex Vertex@endlink and the @link SecondDistance SecondDistance@endlink is not used. If the value is @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromEdgeEnd Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromEdgeEnd@endlink , then @link FirstDistance FirstDistance@endlink represents the distance of the start point of the flange from the end of the edge specified by @link Vertex Vertex@endlink and @link SecondDistance SecondDistance@endlink represents the width of the flange. If the value is @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromBothEnds Features::SheetMetal::FlangeBuilder::WidthTypeOptionsFromBothEnds@endlink , then @link FirstDistance FirstDistance@endlink represents the distance of the start point of the flange from the from the end of the edge specified by @link Vertex Vertex@endlink and @link SecondDistance SecondDistance@endlink represents the distance of the end point of the flange from end of the edge opposite to the end specified by @link Vertex Vertex@endlink . The value @link Features::SheetMetal::FlangeBuilder::WidthTypeOptionsCustom Features::SheetMetal::FlangeBuilder::WidthTypeOptionsCustom@endlink , cannot be set by the user. It is set internally if the sketch for the flange has been edited after creation. In this case, the expressions @link FirstDistance FirstDistance@endlink and @link SecondDistance SecondDistance@endlink may or may not retain their original meaning when the flange was first created, so the user should not rely on these any more to mean anything specific. <br>
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")