NX Open C++ Reference Guide
|
This class is used to create or edit a Features::ShipDesign::StiffenerSystem feature. More...
Public Types | |
enum | EndCutTypes { EndCutTypesConnected, EndCutTypesFlangeFree, EndCutTypesSniped } |
Used to specify the type of end cut to be used at the extreme ends of the stiffener system. More... | |
enum | MeasureAlongModes { MeasureAlongModesAlongSurfaceLength, MeasureAlongModesNormaltoPlane, MeasureAlongModesAlongSurfaceChord } |
Used to specify how the spacing and offset is to be measured. More... | |
enum | OffsetSpacingModes { OffsetSpacingModesSingle, OffsetSpacingModesDouble } |
Used to specify if a single or double offset and spacing definition is to be used. More... | |
enum | OrientationMethods { OrientationMethodsFaceNormal, OrientationMethodsVector } |
Used to specify the type of reference to use for specifying the orientation of the stiffener system. More... | |
enum | PointMethods { PointMethodsPlanes, PointMethodsPoints } |
Used to specify whether points or planes are being used for the points definition. More... | |
enum | Types { TypesCurves, TypesPlanes, TypesOffsetPlanes, TypesPoints, TypesBySupport } |
Used to specify how the path of the stiffener system is defined. More... | |
Public Member Functions | |
bool | ApplyFlangeSetback () |
Returns the flange set back option for stiffener by support, which indicates if the flange set back should be applied or not Created in NX9.0.0. | |
bool | ApplyWebSetback () |
Returns the web set back option for stiffener by support, which indicates if the web set back should be applied or not Created in NX9.0.0. | |
double | ConnectAngle () |
Returns the connect angle of stiffener by support in degrees, negative value is not allowed Created in NX9.0.0. | |
NXOpen::Features::ShipDesign::PlanePairBuilder * | CreatePlanePairBuilder () |
Creates a Features::ShipDesign::PlanePairBuilder to add another pair of planes to the list. | |
NXOpen::Section * | Curves () |
Returns the curves selected that define the path of the stiffener system. | |
NXOpen::Features::ShipDesign::StiffenerSystemBuilder::EndCutTypes | EndCutEnd () |
Returns the end cut to use at the end of the complete stiffener system. | |
NXOpen::Features::ShipDesign::StiffenerSystemBuilder::EndCutTypes | EndCutStart () |
Returns the end cut to use at the start of the complete stiffener system. | |
NXOpen::Features::ShipDesign::StiffenerSystemBuilder::MeasureAlongModes | MeasureAlongMode () |
Returns the method used to measure distances between planes. | |
NXOpen::Expression * | OffsetDistance () |
Returns the distance from the OffsetPlane to generate the first plane. | |
NXOpen::Expression * | OffsetDistanceEnd () |
Returns the distance from the OffsetPlane to generate the location at the end of the stiffener system. | |
NXOpen::Expression * | OffsetDistanceStart () |
Returns the distance from the OffsetPlane to generate the location at the start of the stiffener system. | |
int | OffsetNumber () |
Returns the number of offset planes to generate that define the path of the stiffener system. | |
NXOpen::Plane * | OffsetPlane () |
Returns the first plane of the set of offset planes that define the path of the stiffener system. | |
NXOpen::Expression * | OffsetSpacing () |
Returns the distance between generated planes. | |
NXOpen::Expression * | OffsetSpacingEnd () |
Returns the distance between generated locations at the end of the stiffener system. | |
NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OffsetSpacingModes | OffsetSpacingMode () |
Returns the indication whether spacing of the offset planes is defined at each end of the stiffener system, or if a constant spacing is desired. | |
NXOpen::Expression * | OffsetSpacingStart () |
Returns the distance between generated locations at the start of the stiffener system. | |
NXOpen::Expression * | OrientationAngle () |
Returns the angle at which the stiffener system is placed relative to the reference. | |
NXOpen::Features::ShipDesign::OrientationDefinitionBuilder * | OrientationDefinitionBuilder () |
Returns the builder used to define the orientation for the stiffener system. | |
NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OrientationMethods | OrientationMethod () |
Returns the method used to define the reference for the orientation angle of stiffener system. | |
NXOpen::Direction * | OrientationVector () |
Returns the vector specified for the orientation angle reference. | |
NXOpen::Features::ShipDesign::PlaneListBuilderList * | PlaneList () |
Returns the list of defined planes that define the path of the stiffener system. | |
NXOpen::NXObjectList * | PlanePairList () |
Returns the list of pairs of planes that generate points on the ship structure to define the path of the stiffener system. | |
NXOpen::SelectNXObjectList * | Planes () |
Returns the planes selected that define the path of the stiffener system. | |
NXOpen::NXObjectList * | PointList () |
Returns the list of selected or defined points that define the path of the stiffener system. | |
NXOpen::Features::ShipDesign::StiffenerSystemBuilder::PointMethods | PointMethod () |
Returns the method used to define the generated points on the ship structure to define the path of the stiffener system. | |
NXOpen::GeometricUtilities::ProjectionOptions * | ProjectionDirection () |
Returns the direction used to project the stiffener path object Created in NX9.0.0. | |
bool | Reverse () |
Returns the indication whether the direction of the stiffener flange should be reversed. | |
void | SetApplyFlangeSetback (bool applyFlangeSetback) |
Sets the flange set back option for stiffener by support, which indicates if the flange set back should be applied or not Created in NX9.0.0. | |
void | SetApplyWebSetback (bool applyWebSetback) |
Sets the web set back option for stiffener by support, which indicates if the web set back should be applied or not Created in NX9.0.0. | |
void | SetConnectAngle (double connectAngle) |
Sets the connect angle of stiffener by support in degrees, negative value is not allowed Created in NX9.0.0. | |
void | SetEndCutEnd (NXOpen::Features::ShipDesign::StiffenerSystemBuilder::EndCutTypes endCutEnd) |
Sets the end cut to use at the end of the complete stiffener system. | |
void | SetEndCutStart (NXOpen::Features::ShipDesign::StiffenerSystemBuilder::EndCutTypes endCutStart) |
Sets the end cut to use at the start of the complete stiffener system. | |
void | SetMeasureAlongMode (NXOpen::Features::ShipDesign::StiffenerSystemBuilder::MeasureAlongModes measureAlongMode) |
Sets the method used to measure distances between planes. | |
void | SetOffsetNumber (int number) |
Sets the number of offset planes to generate that define the path of the stiffener system. | |
void | SetOffsetPlane (NXOpen::Plane *offsetPlane) |
Sets the first plane of the set of offset planes that define the path of the stiffener system. | |
void | SetOffsetSpacingMode (NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OffsetSpacingModes offsetSpacingMode) |
Sets the indication whether spacing of the offset planes is defined at each end of the stiffener system, or if a constant spacing is desired. | |
void | SetOrientationMethod (NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OrientationMethods orientationMethod) |
Sets the method used to define the reference for the orientation angle of stiffener system. | |
void | SetOrientationVector (NXOpen::Direction *orientationVector) |
Sets the vector specified for the orientation angle reference. | |
void | SetPointMethod (NXOpen::Features::ShipDesign::StiffenerSystemBuilder::PointMethods method) |
Sets the method used to define the generated points on the ship structure to define the path of the stiffener system. | |
void | SetReverse (bool reverse) |
Sets the indication whether the direction of the stiffener flange should be reversed. | |
void | SetSwitchSide (bool switchSide) |
Sets the indication whether the side of the ship structure should be switched. | |
void | SetType (NXOpen::Features::ShipDesign::StiffenerSystemBuilder::Types type) |
Sets the method used to define the path of the stiffener system. | |
NXOpen::SelectNXObjectList * | ShipStructure () |
Returns the ship structure upon which to create the stiffener system. | |
NXOpen::Features::ShipDesign::StiffenerBySupportPathBuilder * | StiffenerBySupportPathData () |
Returns the path data used to define the support information of the stiffener. | |
NXOpen::Features::ShipDesign::StiffenerStockBuilder * | StockData () |
Returns the stock data used to define the stock information of the stiffener. | |
bool | SwitchSide () |
Returns the indication whether the side of the ship structure should be switched. | |
NXOpen::Features::ShipDesign::StiffenerSystemBuilder::Types | Type () |
Returns the method used to define the path of the stiffener system. | |
NXOpen::Weld::CharacteristicsBuilder * | Weld () |
Returns the builder used to specify the welding characteristics for the stiffener system. | |
![]() | |
NXOpen::SelectNXObjectList * | Boundary1 () |
Returns the collector containing the plate system, profile system, or datum plane that will be used to trim the first end of the generated profile system. | |
NXOpen::Plane * | Boundary1Plane () |
Returns the defined plane that will be used to trim the first end of the generated profile system. | |
NXOpen::SelectNXObjectList * | Boundary2 () |
Returns the collector containing the plate system, profile system, or datum plane that will be used to trim the second end of the generated profile system. | |
NXOpen::Plane * | Boundary2Plane () |
Returns the defined plane that will be used to trim the second end of the generated profile system. | |
bool | BoundaryReverse () |
Returns the indication if the side of a single boundary should be changed to the other side or not. | |
void | CreatePathCurves (std::vector< NXOpen::NXObject * > &curves) |
Creates path curves for all the paths of the profile system. | |
void | DeleteLastPathCurves () |
Deletes the path curves returned from a call to GetLastPathCurves . | |
void | DeletePathCurves () |
Deletes the path curves created from a call to CreatePathCurves . | |
NXOpen::SelectPointList * | FirstIntersectionPoints () |
Returns the selected intersection points between the curves and the first boundary. | |
void | GetLastPathCurves (std::vector< NXOpen::NXObject * > &curves) |
Gets the path curves used by OrientationDefinitionBuilder . | |
NXOpen::SelectPointList * | SecondIntersectionPoints () |
Returns the selected intersection points between the curves and the second boundary. | |
void | SetBoundary1Plane (NXOpen::Plane *boundary1Plane) |
Sets the defined plane that will be used to trim the first end of the generated profile system. | |
void | SetBoundary2Plane (NXOpen::Plane *boundary2Plane) |
Sets the defined plane that will be used to trim the second end of the generated profile system. | |
void | SetBoundaryOnePoints (const std::vector< NXOpen::Point3d > &points) |
Sets the selected intersection points for the first boundary. | |
void | SetBoundaryReverse (bool boundaryReverse) |
Sets the indication if the side of a single boundary should be changed to the other side or not. | |
void | SetBoundaryTwoPoints (const std::vector< NXOpen::Point3d > &points) |
Set the selected intersection points for the second boundary. | |
![]() | |
double | AngleTolerance () |
Returns the tolerance, in degrees, used to determine when angles are zero. | |
NXOpen::Features::ShipDesign::PlaneListBuilder * | CreatePlaneForList () |
Create a Features::ShipDesign::PlaneListBuilder to add a defined plane to a list. | |
double | DistanceTolerance () |
Returns the tolerance used to determine when distances are considered zero. | |
NXOpen::Features::ShipDesign::FeatureParmsBuilder::OrientationAngleRuleTypes | OrientationAngleRule () |
Returns the angle rule to use when measuring angles. | |
void | SetAngleTolerance (double angleTolerance) |
Sets the tolerance, in degrees, used to determine when angles are zero. | |
void | SetDistanceTolerance (double distanceTolerance) |
Sets the tolerance used to determine when distances are considered zero. | |
void | SetOrientationAngleRule (NXOpen::Features::ShipDesign::FeatureParmsBuilder::OrientationAngleRuleTypes angleRule) |
Sets the angle rule to use when measuring angles. | |
![]() | |
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. | |
This class is used to create or edit a Features::ShipDesign::StiffenerSystem feature.
<br> To create a new instance of this class, use @link Features::ShipCollection::CreateStiffenerSystemBuilder Features::ShipCollection::CreateStiffenerSystemBuilder @endlink <br>
Default values.
Property | Value |
---|---|
EndCutEnd |
Connected |
EndCutStart |
Connected |
MeasureAlongMode |
AlongSurfaceLength |
OffsetDistance.Value |
0 (millimeters part), 0 (inches part) |
OffsetDistanceEnd.Value |
0 (millimeters part), 0 (inches part) |
OffsetDistanceStart.Value |
0 (millimeters part), 0 (inches part) |
OffsetNumber |
0 |
OffsetSpacing.Value |
0 (millimeters part), 0 (inches part) |
OffsetSpacingEnd.Value |
0 (millimeters part), 0 (inches part) |
OffsetSpacingMode |
Single |
OffsetSpacingStart.Value |
0 (millimeters part), 0 (inches part) |
OrientationAngle.Value |
0 (millimeters part), 0 (inches part) |
NormaltoCurve | |
0 | |
0 | |
0 | |
OrientationMethod |
FaceNormal |
StiffenerBySupportPathData.LengthParams.Value |
300 (millimeters part), 100 (inches part) |
StiffenerBySupportPathData.OrientationBySupport |
0 |
StockData.AnchorPoint |
0 |
StockData.PlateHeight.Value |
50 (millimeters part), 2 (inches part) |
StockData.PlateStockData.KnuckleRatio |
3.0 |
StockData.PlateStockData.KnuckleSmoothAngle |
3.0 |
StockData.PlateStockData.MaterialOption |
0 |
StockData.PlateStockData.OppositeThickness.Value |
0 (millimeters part), 0 (inches part) |
StockData.PlateStockData.RestrictThicknessToMaterial |
true |
StockData.PlateStockData.ThickenOption |
SingleSided |
StockData.PlateStockData.Thickness.Value |
10 (millimeters part), 0.5 (inches part) |
StockData.PlateStockData.ThicknessSourceOption |
List |
StockData.SectionType | |
Type |
Curves |
Created in NX8.0.0.
bool NXOpen::Features::ShipDesign::StiffenerSystemBuilder::ApplyFlangeSetback | ( | ) |
Returns the flange set back option for stiffener by support, which indicates if the flange set back should be applied or not
Created in NX9.0.0.
License requirements : None
bool NXOpen::Features::ShipDesign::StiffenerSystemBuilder::ApplyWebSetback | ( | ) |
Returns the web set back option for stiffener by support, which indicates if the web set back should be applied or not
Created in NX9.0.0.
License requirements : None
double NXOpen::Features::ShipDesign::StiffenerSystemBuilder::ConnectAngle | ( | ) |
Returns the connect angle of stiffener by support in degrees, negative value is not allowed
Created in NX9.0.0.
License requirements : None
NXOpen::Features::ShipDesign::PlanePairBuilder* NXOpen::Features::ShipDesign::StiffenerSystemBuilder::CreatePlanePairBuilder | ( | ) |
Creates a Features::ShipDesign::PlanePairBuilder to add another pair of planes to the list.
NXOpen::Section* NXOpen::Features::ShipDesign::StiffenerSystemBuilder::Curves | ( | ) |
Returns the curves selected that define the path of the stiffener system.
Only used when Type is @link Features::ShipDesign::StiffenerSystemBuilder::TypesCurves Features::ShipDesign::StiffenerSystemBuilder::TypesCurves@endlink .
Created in NX8.0.0.
License requirements : None
NXOpen::Features::ShipDesign::StiffenerSystemBuilder::EndCutTypes NXOpen::Features::ShipDesign::StiffenerSystemBuilder::EndCutEnd | ( | ) |
Returns the end cut to use at the end of the complete stiffener system.
Created in NX8.0.0.
License requirements : None
NXOpen::Features::ShipDesign::StiffenerSystemBuilder::EndCutTypes NXOpen::Features::ShipDesign::StiffenerSystemBuilder::EndCutStart | ( | ) |
Returns the end cut to use at the start of the complete stiffener system.
Created in NX8.0.0.
License requirements : None
NXOpen::Features::ShipDesign::StiffenerSystemBuilder::MeasureAlongModes NXOpen::Features::ShipDesign::StiffenerSystemBuilder::MeasureAlongMode | ( | ) |
Returns the method used to measure distances between planes.
Only used when Type is @link Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes@endlink .
Created in NX8.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OffsetDistance | ( | ) |
Returns the distance from the OffsetPlane to generate the first plane.
Only used when Type is @link Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes@endlink and OffsetSpacing is @link Features::ShipDesign::StiffenerSystemBuilder::OffsetSpacingModesSingle Features::ShipDesign::StiffenerSystemBuilder::OffsetSpacingModesSingle@endlink .
Created in NX8.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OffsetDistanceEnd | ( | ) |
Returns the distance from the OffsetPlane to generate the location at the end of the stiffener system.
Only used when Type is @link Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes@endlink and OffsetSpacing is @link Features::ShipDesign::StiffenerSystemBuilder::OffsetSpacingModesDouble Features::ShipDesign::StiffenerSystemBuilder::OffsetSpacingModesDouble@endlink .
Created in NX8.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OffsetDistanceStart | ( | ) |
Returns the distance from the OffsetPlane to generate the location at the start of the stiffener system.
Only used when Type is @link Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes@endlink and OffsetSpacing is @link Features::ShipDesign::StiffenerSystemBuilder::OffsetSpacingModesDouble Features::ShipDesign::StiffenerSystemBuilder::OffsetSpacingModesDouble@endlink .
Created in NX8.0.0.
License requirements : None
int NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OffsetNumber | ( | ) |
Returns the number of offset planes to generate that define the path of the stiffener system.
Only used when Type is @link Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes@endlink .
Created in NX8.0.0.
License requirements : None
NXOpen::Plane* NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OffsetPlane | ( | ) |
Returns the first plane of the set of offset planes that define the path of the stiffener system.
Only used when Type is @link Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes@endlink .
Created in NX8.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OffsetSpacing | ( | ) |
Returns the distance between generated planes.
Only used when Type is @link Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes@endlink and OffsetSpacing is @link Features::ShipDesign::StiffenerSystemBuilder::OffsetSpacingModesSingle Features::ShipDesign::StiffenerSystemBuilder::OffsetSpacingModesSingle@endlink .
Created in NX8.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OffsetSpacingEnd | ( | ) |
Returns the distance between generated locations at the end of the stiffener system.
Only used when Type is @link Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes@endlink and OffsetSpacing is @link Features::ShipDesign::StiffenerSystemBuilder::OffsetSpacingModesDouble Features::ShipDesign::StiffenerSystemBuilder::OffsetSpacingModesDouble@endlink .
Created in NX8.0.0.
License requirements : None
NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OffsetSpacingModes NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OffsetSpacingMode | ( | ) |
Returns the indication whether spacing of the offset planes is defined at each end of the stiffener system, or if a constant spacing is desired.
Only used when Type is @link Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes@endlink .
Created in NX8.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OffsetSpacingStart | ( | ) |
Returns the distance between generated locations at the start of the stiffener system.
Only used when Type is @link Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes@endlink and OffsetSpacing is @link Features::ShipDesign::StiffenerSystemBuilder::OffsetSpacingModesDouble Features::ShipDesign::StiffenerSystemBuilder::OffsetSpacingModesDouble@endlink .
Created in NX8.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OrientationAngle | ( | ) |
Returns the angle at which the stiffener system is placed relative to the reference.
Created in NX8.0.0.
License requirements : None
NXOpen::Features::ShipDesign::OrientationDefinitionBuilder* NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OrientationDefinitionBuilder | ( | ) |
Returns the builder used to define the orientation for the stiffener system.
Created in NX9.0.0.
License requirements : None
NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OrientationMethods NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OrientationMethod | ( | ) |
Returns the method used to define the reference for the orientation angle of stiffener system.
Created in NX8.0.0.
License requirements : None
NXOpen::Direction* NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OrientationVector | ( | ) |
Returns the vector specified for the orientation angle reference.
Only used when when Method is @link Features::ShipDesign::StiffenerSystemBuilder::OrientationMethodsVector Features::ShipDesign::StiffenerSystemBuilder::OrientationMethodsVector@endlink ..
Created in NX8.0.0.
License requirements : None
NXOpen::Features::ShipDesign::PlaneListBuilderList* NXOpen::Features::ShipDesign::StiffenerSystemBuilder::PlaneList | ( | ) |
Returns the list of defined planes that define the path of the stiffener system.
Only used when Type is @link Features::ShipDesign::StiffenerSystemBuilder::TypesPlanes Features::ShipDesign::StiffenerSystemBuilder::TypesPlanes@endlink .
Created in NX8.0.0.
License requirements : None
NXOpen::NXObjectList* NXOpen::Features::ShipDesign::StiffenerSystemBuilder::PlanePairList | ( | ) |
Returns the list of pairs of planes that generate points on the ship structure to define the path of the stiffener system.
Only used when Type is @link Features::ShipDesign::StiffenerSystemBuilder::TypesPoints Features::ShipDesign::StiffenerSystemBuilder::TypesPoints@endlink and PointMethod is @link Features::ShipDesign::StiffenerSystemBuilder::PointMethodsPlanes Features::ShipDesign::StiffenerSystemBuilder::PointMethodsPlanes@endlink .
Created in NX8.0.0.
License requirements : None
NXOpen::SelectNXObjectList* NXOpen::Features::ShipDesign::StiffenerSystemBuilder::Planes | ( | ) |
Returns the planes selected that define the path of the stiffener system.
Only used when Type is @link Features::ShipDesign::StiffenerSystemBuilder::TypesPlanes Features::ShipDesign::StiffenerSystemBuilder::TypesPlanes@endlink .
Created in NX8.0.0.
License requirements : None
NXOpen::NXObjectList* NXOpen::Features::ShipDesign::StiffenerSystemBuilder::PointList | ( | ) |
Returns the list of selected or defined points that define the path of the stiffener system.
Only used when Type is @link Features::ShipDesign::StiffenerSystemBuilder::TypesPoints Features::ShipDesign::StiffenerSystemBuilder::TypesPoints@endlink and PointMethod is @link Features::ShipDesign::StiffenerSystemBuilder::PointMethodsPoints Features::ShipDesign::StiffenerSystemBuilder::PointMethodsPoints@endlink .
Created in NX8.0.0.
License requirements : None
NXOpen::Features::ShipDesign::StiffenerSystemBuilder::PointMethods NXOpen::Features::ShipDesign::StiffenerSystemBuilder::PointMethod | ( | ) |
Returns the method used to define the generated points on the ship structure to define the path of the stiffener system.
Only used when Type is @link Features::ShipDesign::StiffenerSystemBuilder::TypesPoints Features::ShipDesign::StiffenerSystemBuilder::TypesPoints@endlink .
Created in NX8.0.0.
License requirements : None
NXOpen::GeometricUtilities::ProjectionOptions* NXOpen::Features::ShipDesign::StiffenerSystemBuilder::ProjectionDirection | ( | ) |
Returns the direction used to project the stiffener path object
Created in NX9.0.0.
License requirements : None
bool NXOpen::Features::ShipDesign::StiffenerSystemBuilder::Reverse | ( | ) |
Returns the indication whether the direction of the stiffener flange should be reversed.
The default direction is based on the ship structure that the stiffener is being built upon.
Created in NX8.0.0.
License requirements : None
void NXOpen::Features::ShipDesign::StiffenerSystemBuilder::SetApplyFlangeSetback | ( | bool | applyFlangeSetback | ) |
Sets the flange set back option for stiffener by support, which indicates if the flange set back should be applied or not
Created in NX9.0.0.
License requirements : nx_ship_detail ("Ship Detail Design")
applyFlangeSetback | applyflangesetback |
void NXOpen::Features::ShipDesign::StiffenerSystemBuilder::SetApplyWebSetback | ( | bool | applyWebSetback | ) |
Sets the web set back option for stiffener by support, which indicates if the web set back should be applied or not
Created in NX9.0.0.
License requirements : nx_ship_detail ("Ship Detail Design")
applyWebSetback | applywebsetback |
void NXOpen::Features::ShipDesign::StiffenerSystemBuilder::SetConnectAngle | ( | double | connectAngle | ) |
Sets the connect angle of stiffener by support in degrees, negative value is not allowed
Created in NX9.0.0.
License requirements : nx_ship_detail ("Ship Detail Design")
connectAngle | connectangle |
void NXOpen::Features::ShipDesign::StiffenerSystemBuilder::SetEndCutEnd | ( | NXOpen::Features::ShipDesign::StiffenerSystemBuilder::EndCutTypes | endCutEnd | ) |
Sets the end cut to use at the end of the complete stiffener system.
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
endCutEnd | endcutend |
void NXOpen::Features::ShipDesign::StiffenerSystemBuilder::SetEndCutStart | ( | NXOpen::Features::ShipDesign::StiffenerSystemBuilder::EndCutTypes | endCutStart | ) |
Sets the end cut to use at the start of the complete stiffener system.
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
endCutStart | endcutstart |
void NXOpen::Features::ShipDesign::StiffenerSystemBuilder::SetMeasureAlongMode | ( | NXOpen::Features::ShipDesign::StiffenerSystemBuilder::MeasureAlongModes | measureAlongMode | ) |
Sets the method used to measure distances between planes.
Only used when Type is @link Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes@endlink .
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
measureAlongMode | measurealongmode |
void NXOpen::Features::ShipDesign::StiffenerSystemBuilder::SetOffsetNumber | ( | int | number | ) |
Sets the number of offset planes to generate that define the path of the stiffener system.
Only used when Type is @link Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes@endlink .
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
number | number |
void NXOpen::Features::ShipDesign::StiffenerSystemBuilder::SetOffsetPlane | ( | NXOpen::Plane * | offsetPlane | ) |
Sets the first plane of the set of offset planes that define the path of the stiffener system.
Only used when Type is @link Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes@endlink .
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
offsetPlane | offsetplane |
void NXOpen::Features::ShipDesign::StiffenerSystemBuilder::SetOffsetSpacingMode | ( | NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OffsetSpacingModes | offsetSpacingMode | ) |
Sets the indication whether spacing of the offset planes is defined at each end of the stiffener system, or if a constant spacing is desired.
Only used when Type is @link Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes@endlink .
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
offsetSpacingMode | offsetspacingmode |
void NXOpen::Features::ShipDesign::StiffenerSystemBuilder::SetOrientationMethod | ( | NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OrientationMethods | orientationMethod | ) |
Sets the method used to define the reference for the orientation angle of stiffener system.
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
orientationMethod | orientationmethod |
void NXOpen::Features::ShipDesign::StiffenerSystemBuilder::SetOrientationVector | ( | NXOpen::Direction * | orientationVector | ) |
Sets the vector specified for the orientation angle reference.
Only used when when Method is @link Features::ShipDesign::StiffenerSystemBuilder::OrientationMethodsVector Features::ShipDesign::StiffenerSystemBuilder::OrientationMethodsVector@endlink ..
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
orientationVector | orientationvector |
void NXOpen::Features::ShipDesign::StiffenerSystemBuilder::SetPointMethod | ( | NXOpen::Features::ShipDesign::StiffenerSystemBuilder::PointMethods | method | ) |
Sets the method used to define the generated points on the ship structure to define the path of the stiffener system.
Only used when Type is @link Features::ShipDesign::StiffenerSystemBuilder::TypesPoints Features::ShipDesign::StiffenerSystemBuilder::TypesPoints@endlink .
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
method | method |
void NXOpen::Features::ShipDesign::StiffenerSystemBuilder::SetReverse | ( | bool | reverse | ) |
Sets the indication whether the direction of the stiffener flange should be reversed.
The default direction is based on the ship structure that the stiffener is being built upon.
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
reverse | reverse |
void NXOpen::Features::ShipDesign::StiffenerSystemBuilder::SetSwitchSide | ( | bool | switchSide | ) |
Sets the indication whether the side of the ship structure should be switched.
The default direction is based on the ship structure that the stiffener is being built upon.
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
switchSide | switchside |
void NXOpen::Features::ShipDesign::StiffenerSystemBuilder::SetType | ( | NXOpen::Features::ShipDesign::StiffenerSystemBuilder::Types | type | ) |
Sets the method used to define the path of the stiffener system.
Four types are supported: curves, planes, offset planes, and points.
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
type | type |
NXOpen::SelectNXObjectList* NXOpen::Features::ShipDesign::StiffenerSystemBuilder::ShipStructure | ( | ) |
Returns the ship structure upon which to create the stiffener system.
Created in NX8.0.0.
License requirements : None
NXOpen::Features::ShipDesign::StiffenerBySupportPathBuilder* NXOpen::Features::ShipDesign::StiffenerSystemBuilder::StiffenerBySupportPathData | ( | ) |
Returns the path data used to define the support information of the stiffener.
Created in NX9.0.0.
License requirements : None
NXOpen::Features::ShipDesign::StiffenerStockBuilder* NXOpen::Features::ShipDesign::StiffenerSystemBuilder::StockData | ( | ) |
Returns the stock data used to define the stock information of the stiffener.
Created in NX8.0.0.
License requirements : None
bool NXOpen::Features::ShipDesign::StiffenerSystemBuilder::SwitchSide | ( | ) |
Returns the indication whether the side of the ship structure should be switched.
The default direction is based on the ship structure that the stiffener is being built upon.
Created in NX8.0.0.
License requirements : None
NXOpen::Features::ShipDesign::StiffenerSystemBuilder::Types NXOpen::Features::ShipDesign::StiffenerSystemBuilder::Type | ( | ) |
Returns the method used to define the path of the stiffener system.
Four types are supported: curves, planes, offset planes, and points.
Created in NX8.0.0.
License requirements : None
NXOpen::Weld::CharacteristicsBuilder* NXOpen::Features::ShipDesign::StiffenerSystemBuilder::Weld | ( | ) |
Returns the builder used to specify the welding characteristics for the stiffener system.
Created in NX8.0.0.
License requirements : None