NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Features::ShipDesign::StiffenerSystemBuilder Class Reference

This class is used to create or edit a NXOpen::Features::ShipDesign::StiffenerSystem feature. More...

Inheritance diagram for NXOpen::Features::ShipDesign::StiffenerSystemBuilder:
NXOpen::Features::ShipDesign::ProfileSystemBuilder NXOpen::Features::ShipDesign::FeatureParmsBuilder NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  EndCutTypes { EndCutTypesConnected, EndCutTypesFlangeFree, EndCutTypesSniped, EndCutTypesSnipedSquare }
 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  MountingMethods { MountingMethodsNoOffset, MountingMethodsAlongWeb, MountingMethodsFaceNormal }
 the mounting method offset type 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. More...
 
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. More...
 
bool BuildSolid ()
 Returns the indication of whether to build a solid for the stiffener system or just the curve. More...
 
double ConnectAngle ()
 Returns the connect angle of stiffener by support in degrees, negative value is not allowed
Created in NX9.0.0. More...
 
NXOpen::Features::ShipDesign::PlanePairBuilderCreatePlanePairBuilder ()
 Creates a NXOpen::Features::ShipDesign::PlanePairBuilder to add another pair of planes to the list. More...
 
bool CreateSeamsAtKnuckles ()
 Returns the flag that indicates if seams are to be created or updated at knuckle locations. More...
 
NXOpen::SectionCurves ()
 Returns the curves selected that define the path of the stiffener system. More...
 
NXOpen::Features::ShipDesign::StiffenerSystemBuilder::EndCutTypes EndCutEnd ()
 Returns the end cut to use at the end of the complete stiffener system. More...
 
NXOpen::Features::ShipDesign::StiffenerSystemBuilder::EndCutTypes EndCutStart ()
 Returns the end cut to use at the start of the complete stiffener system. More...
 
double KnuckleLocationTolerance ()
 Returns the tolerance used to determine when knuckle locations are considered to be the same. More...
 
NXOpen::Features::ShipDesign::StiffenerSystemBuilder::MeasureAlongModes MeasureAlongMode ()
 Returns the method used to measure distances between planes. More...
 
NXOpen::Features::ShipDesign::StiffenerSystemBuilder::MountingMethods MountingMethod ()
 Returns the mounting method
Created in NX10.0.0. More...
 
NXOpen::ExpressionOffsetDistance ()
 Returns the distance from the OffsetPlane to generate the first plane. More...
 
NXOpen::ExpressionOffsetDistanceEnd ()
 Returns the distance from the OffsetPlane to generate the location at the end of the stiffener system. More...
 
NXOpen::ExpressionOffsetDistanceStart ()
 Returns the distance from the OffsetPlane to generate the location at the start of the stiffener system. More...
 
int OffsetNumber ()
 Returns the number of offset planes to generate that define the path of the stiffener system. More...
 
NXOpen::PlaneOffsetPlane ()
 Returns the first plane of the set of offset planes that define the path of the stiffener system. More...
 
NXOpen::ExpressionOffsetSpacing ()
 Returns the distance between generated planes. More...
 
NXOpen::ExpressionOffsetSpacingEnd ()
 Returns the distance between generated locations at the end of the stiffener system. More...
 
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. More...
 
NXOpen::ExpressionOffsetSpacingStart ()
 Returns the distance between generated locations at the start of the stiffener system. More...
 
NXOpen::ExpressionOrientationAngle ()
 Returns the angle at which the stiffener system is placed relative to the reference. More...
 
NXOpen::Features::ShipDesign::OrientationDefinitionBuilderOrientationDefinitionBuilder ()
 Returns the builder used to define the orientation for the stiffener system. More...
 
NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OrientationMethods OrientationMethod ()
 Returns the method used to define the reference for the orientation angle of stiffener system. More...
 
NXOpen::DirectionOrientationVector ()
 Returns the vector specified for the orientation angle reference. More...
 
NXOpen::Features::ShipDesign::PlaneListBuilderListPlaneList ()
 Returns the list of defined planes that define the path of the stiffener system. More...
 
NXOpen::NXObjectListPlanePairList ()
 Returns the list of pairs of planes that generate points on the ship structure to define the path of the stiffener system. More...
 
NXOpen::SelectNXObjectListPlanes ()
 Returns the planes selected that define the path of the stiffener system. More...
 
NXOpen::NXObjectListPointList ()
 Returns the list of selected or defined points that define the path of the stiffener system. More...
 
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. More...
 
NXOpen::GeometricUtilities::ProjectionOptionsProjectionDirection ()
 Returns the direction used to project the stiffener path object
Created in NX9.0.0. More...
 
bool Reverse ()
 Returns the indication whether the direction of the stiffener flange should be reversed. More...
 
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. More...
 
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. More...
 
void SetBuildSolid (bool buildSolid)
 Sets the indication of whether to build a solid for the stiffener system or just the curve. More...
 
void SetConnectAngle (double connectAngle)
 Sets the connect angle of stiffener by support in degrees, negative value is not allowed
Created in NX9.0.0. More...
 
void SetCreateSeamsAtKnuckles (bool createSeams)
 Sets the flag that indicates if seams are to be created or updated at knuckle locations. More...
 
void SetEndCutEnd (NXOpen::Features::ShipDesign::StiffenerSystemBuilder::EndCutTypes endCutEnd)
 Sets the end cut to use at the end of the complete stiffener system. More...
 
void SetEndCutStart (NXOpen::Features::ShipDesign::StiffenerSystemBuilder::EndCutTypes endCutStart)
 Sets the end cut to use at the start of the complete stiffener system. More...
 
void SetKnuckleLocationTolerance (double knuckleLocationTolerance)
 Sets the tolerance used to determine when knuckle locations are considered to be the same. More...
 
void SetMeasureAlongMode (NXOpen::Features::ShipDesign::StiffenerSystemBuilder::MeasureAlongModes measureAlongMode)
 Sets the method used to measure distances between planes. More...
 
void SetMountingMethod (NXOpen::Features::ShipDesign::StiffenerSystemBuilder::MountingMethods mountingMethod)
 Sets the mounting method
Created in NX10.0.0. More...
 
void SetOffsetNumber (int number)
 Sets the number of offset planes to generate that define the path of the stiffener system. More...
 
void SetOffsetPlane (NXOpen::Plane *offsetPlane)
 Sets the first plane of the set of offset planes that define the path of the stiffener system. More...
 
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. More...
 
void SetOrientationMethod (NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OrientationMethods orientationMethod)
 Sets the method used to define the reference for the orientation angle of stiffener system. More...
 
void SetOrientationVector (NXOpen::Direction *orientationVector)
 Sets the vector specified for the orientation angle reference. More...
 
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. More...
 
void SetReverse (bool reverse)
 Sets the indication whether the direction of the stiffener flange should be reversed. More...
 
void SetSwitchSide (bool switchSide)
 Sets the indication whether the side of the ship structure should be switched. More...
 
void SetType (NXOpen::Features::ShipDesign::StiffenerSystemBuilder::Types type)
 Sets the method used to define the path of the stiffener system. More...
 
NXOpen::Features::ShipDesign::ShipNamesBuilderShipNames ()
 Returns the Ship Names builder, used to assign names to the Stiffener Systems created. More...
 
NXOpen::SelectNXObjectListShipStructure ()
 Returns the ship structure upon which to create the stiffener system. More...
 
NXOpen::Features::ShipDesign::StiffenerBySupportPathBuilderStiffenerBySupportPathData ()
 Returns the path data used to define the support information of the stiffener. More...
 
NXOpen::Features::ShipDesign::StiffenerStockBuilderStockData ()
 Returns the stock data used to define the stock information of the stiffener. More...
 
bool SwitchSide ()
 Returns the indication whether the side of the ship structure should be switched. More...
 
NXOpen::Features::ShipDesign::StiffenerSystemBuilder::Types Type ()
 Returns the method used to define the path of the stiffener system. More...
 
NXOpen::Weld::CharacteristicsBuilderWeld ()
 Returns the builder used to specify the welding characteristics for the stiffener system. More...
 
- Public Member Functions inherited from NXOpen::Features::ShipDesign::ProfileSystemBuilder
NXOpen::SelectNXObjectListBoundary1 ()
 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. More...
 
NXOpen::PlaneBoundary1Plane ()
 Returns the defined plane that will be used to trim the first end of the generated profile system. More...
 
NXOpen::SelectNXObjectListBoundary2 ()
 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. More...
 
NXOpen::PlaneBoundary2Plane ()
 Returns the defined plane that will be used to trim the second end of the generated profile system. More...
 
bool BoundaryReverse ()
 Returns the indication if the side of a single boundary should be changed to the other side or not. More...
 
void CreatePathCurves (std::vector< NXOpen::NXObject * > &curves)
 Creates path curves for all the paths of the profile system. More...
 
void DeleteLastPathCurves ()
 Deletes the path curves returned from a call to GetLastPathCurves . More...
 
void DeletePathCurves ()
 Deletes the path curves created from a call to CreatePathCurves . More...
 
NXOpen::SelectPointListFirstIntersectionPoints ()
 Returns the selected intersection points between the curves and the first boundary. More...
 
void GetLastPathCurves (std::vector< NXOpen::NXObject * > &curves)
 Gets the path curves used by NXOpen::Features::ShipDesign::OrientationDefinitionBuilder . More...
 
bool ReversePathDirection ()
 Returns the flag that indicates if the default curve direction should be reversed or not. More...
 
NXOpen::SelectPointListSecondIntersectionPoints ()
 Returns the selected intersection points between the curves and the second boundary. More...
 
void SetBoundary1Plane (NXOpen::Plane *boundary1Plane)
 Sets the defined plane that will be used to trim the first end of the generated profile system. More...
 
void SetBoundary2Plane (NXOpen::Plane *boundary2Plane)
 Sets the defined plane that will be used to trim the second end of the generated profile system. More...
 
void SetBoundaryOnePoints (const std::vector< NXOpen::Point3d > &points)
 Sets the selected intersection points for the first boundary. More...
 
void SetBoundaryReverse (bool boundaryReverse)
 Sets the indication if the side of a single boundary should be changed to the other side or not. More...
 
void SetBoundaryTwoPoints (const std::vector< NXOpen::Point3d > &points)
 Set the selected intersection points for the second boundary. More...
 
void SetRegionPoints (const std::vector< NXOpen::Point3d > &points)
 Sets the points that identify which regions of the curves will be used. More...
 
void SetReversePathDirection (bool pathReverse)
 Sets the flag that indicates if the default curve direction should be reversed or not. More...
 
void SetUseNewDefaultSectionAlgorithm (bool useIt)
 Sets the flag that indicates if the new default section algorithm is used. More...
 
NXOpen::SelectPointListSplitKnuckleLocations ()
 Returns the collector containing the knuckle points that are to be used to create seams. More...
 
bool UseNewDefaultSectionAlgorithm ()
 Returns the flag that indicates if the new default section algorithm is used. More...
 
- Public Member Functions inherited from NXOpen::Features::ShipDesign::FeatureParmsBuilder
double AngleTolerance ()
 Returns the tolerance, in degrees, used to determine when angles are zero. More...
 
NXOpen::Features::ShipDesign::PlaneListBuilderCreatePlaneForList ()
 Create a NXOpen::Features::ShipDesign::PlaneListBuilder to add a defined plane to a list. More...
 
double DistanceTolerance ()
 Returns the tolerance used to determine when distances are considered zero. More...
 
NXOpen::Features::ShipDesign::FeatureParmsBuilder::OrientationAngleRuleTypes OrientationAngleRule ()
 Returns the angle rule to use when measuring angles. More...
 
void SetAngleTolerance (double angleTolerance)
 Sets the tolerance, in degrees, used to determine when angles are zero. More...
 
void SetDistanceTolerance (double distanceTolerance)
 Sets the tolerance used to determine when distances are considered zero. More...
 
void SetOrientationAngleRule (NXOpen::Features::ShipDesign::FeatureParmsBuilder::OrientationAngleRuleTypes angleRule)
 Sets the angle rule to use when measuring angles. More...
 
- Public Member Functions inherited from NXOpen::Features::FeatureBuilder
NXOpen::Features::FeatureCommitFeature ()
 Commits the feature parameters and creates the feature. More...
 
NXOpen::Features::FeatureGetFeature ()
 Returns the feature currently being edited by this builder. More...
 
void HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature)
 Re-suppress an internal parent feature (a slave feature) after it has been edited. More...
 
bool ParentFeatureInternal ()
 Returns whether or not the latest timestamped parent feature of this feature should be made internal
Created in NX5.0.0. More...
 
bool PatchSolutionFlag ()
 Returns the patch solution flag
Created in NX8.0.1. More...
 
NXString PatchSurfaceFilename ()
 Returns the patch surface filename
Created in NX8.0.1. More...
 
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. More...
 
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. More...
 
void SetPatchSolutionFlag (bool optionValue)
 Sets the patch solution flag
Created in NX8.0.1. More...
 
void SetPatchSurfaceFilename (const NXString &surfaceFilename)
 Sets the patch surface filename
Created in NX8.0.1. More...
 
void SetPatchSurfaceFilename (const char *surfaceFilename)
 Sets the patch surface filename
Created in NX8.0.1. More...
 
void SetSurroundingPatchSurfaceFilename (const NXString &surroundingSurfaceFilename)
 Sets the surrounding patch surface filename
Created in NX8.0.1. More...
 
void SetSurroundingPatchSurfaceFilename (const char *surroundingSurfaceFilename)
 Sets the surrounding patch surface filename
Created in NX8.0.1. More...
 
void ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature)
 Unsuppress an internal parent feature (a slave feature) so it can be edited. More...
 
NXString SurroundingPatchSurfaceFilename ()
 Returns the surrounding patch surface filename
Created in NX8.0.1. More...
 
void UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature)
 Set the internal parent feature of the feature being edited to external
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

This class is used to create or edit a NXOpen::Features::ShipDesign::StiffenerSystem feature.


To create a new instance of this class, use NXOpen::Features::ShipCollection::CreateStiffenerSystemBuilder
Default values.

Property Value

EndCutEnd

Connected

EndCutStart

Connected

MeasureAlongMode

AlongSurfaceLength

MountingMethod

NoOffset

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)

OrientationDefinitionBuilder.MeasureAngles

NormaltoCurve

OrientationDefinitionBuilder.ShowSurfaceAngles

0

OrientationDefinitionBuilder.ShowTwistRate

0

OrientationDefinitionBuilder.ShowWebAngles

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

Profile

Type

Curves


Created in NX8.0.0.

Member Enumeration Documentation

Used to specify the type of end cut to be used at the extreme ends of the stiffener system.

Enumerator
EndCutTypesConnected 

connected

EndCutTypesFlangeFree 

flange free

EndCutTypesSniped 

sniped

EndCutTypesSnipedSquare 

sniped square

Used to specify how the spacing and offset is to be measured.

Enumerator
MeasureAlongModesAlongSurfaceLength 

along surface length

MeasureAlongModesNormaltoPlane 

normalto plane

MeasureAlongModesAlongSurfaceChord 

along surface chord

the mounting method offset type

Enumerator
MountingMethodsNoOffset 

No mounting offset.

MountingMethodsAlongWeb 

Offset stiffener along web direction.

MountingMethodsFaceNormal 

Offset stiffener along placement face normal.

Used to specify if a single or double offset and spacing definition is to be used.

Enumerator
OffsetSpacingModesSingle 

single

OffsetSpacingModesDouble 

double

Used to specify the type of reference to use for specifying the orientation of the stiffener system.

Enumerator
OrientationMethodsFaceNormal 

face normal

OrientationMethodsVector 

vector

Used to specify whether points or planes are being used for the points definition.

Enumerator
PointMethodsPlanes 

planes

PointMethodsPoints 

points

Used to specify how the path of the stiffener system is defined.

Enumerator
TypesCurves 

curves

TypesPlanes 

planes

TypesOffsetPlanes 

offset planes

TypesPoints 

points

TypesBySupport 

by support

Member Function Documentation

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

bool NXOpen::Features::ShipDesign::StiffenerSystemBuilder::BuildSolid ( )

Returns the indication of whether to build a solid for the stiffener system or just the curve.


Created in NX11.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 NXOpen::Features::ShipDesign::PlanePairBuilder to add another pair of planes to the list.

Returns

Created in NX8.0.0.

License requirements : nx_ship_basic ("Ship Basic Design")
bool NXOpen::Features::ShipDesign::StiffenerSystemBuilder::CreateSeamsAtKnuckles ( )

Returns the flag that indicates if seams are to be created or updated at knuckle locations.


Created in NX12.0.0.

License requirements : None

NXOpen::Section* NXOpen::Features::ShipDesign::StiffenerSystemBuilder::Curves ( )

Returns the curves selected that define the path of the stiffener system.

Only used when Type is NXOpen::Features::ShipDesign::StiffenerSystemBuilder::TypesCurves .
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

double NXOpen::Features::ShipDesign::StiffenerSystemBuilder::KnuckleLocationTolerance ( )

Returns the tolerance used to determine when knuckle locations are considered to be the same.


Created in NX12.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 NXOpen::Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes .
Created in NX8.0.0.

License requirements : None

NXOpen::Features::ShipDesign::StiffenerSystemBuilder::MountingMethods NXOpen::Features::ShipDesign::StiffenerSystemBuilder::MountingMethod ( )

Returns the mounting method
Created in NX10.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 NXOpen::Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes and OffsetSpacing is NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OffsetSpacingModesSingle .
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 NXOpen::Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes and OffsetSpacing is NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OffsetSpacingModesDouble .
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 NXOpen::Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes and OffsetSpacing is NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OffsetSpacingModesDouble .
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 NXOpen::Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes .
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 NXOpen::Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes .
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 NXOpen::Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes and OffsetSpacing is NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OffsetSpacingModesSingle .
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 NXOpen::Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes and OffsetSpacing is NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OffsetSpacingModesDouble .
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 NXOpen::Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes .
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 NXOpen::Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes and OffsetSpacing is NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OffsetSpacingModesDouble .
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 NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OrientationMethodsVector ..
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 NXOpen::Features::ShipDesign::StiffenerSystemBuilder::TypesPlanes .
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 NXOpen::Features::ShipDesign::StiffenerSystemBuilder::TypesPoints and PointMethod is NXOpen::Features::ShipDesign::StiffenerSystemBuilder::PointMethodsPlanes .
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 NXOpen::Features::ShipDesign::StiffenerSystemBuilder::TypesPlanes .
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 NXOpen::Features::ShipDesign::StiffenerSystemBuilder::TypesPoints and PointMethod is NXOpen::Features::ShipDesign::StiffenerSystemBuilder::PointMethodsPoints .
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 NXOpen::Features::ShipDesign::StiffenerSystemBuilder::TypesPoints .
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")

Parameters
applyFlangeSetbackapplyflangesetback
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")

Parameters
applyWebSetbackapplywebsetback
void NXOpen::Features::ShipDesign::StiffenerSystemBuilder::SetBuildSolid ( bool  buildSolid)

Sets the indication of whether to build a solid for the stiffener system or just the curve.


Created in NX11.0.0.

License requirements : nx_ship_basic ("Ship Basic Design")

Parameters
buildSolidbuildsolid
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")

Parameters
connectAngleconnectangle
void NXOpen::Features::ShipDesign::StiffenerSystemBuilder::SetCreateSeamsAtKnuckles ( bool  createSeams)

Sets the flag that indicates if seams are to be created or updated at knuckle locations.


Created in NX12.0.0.

License requirements : nx_ship_basic ("Ship Basic Design")

Parameters
createSeamscreateseams
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")

Parameters
endCutEndendcutend
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")

Parameters
endCutStartendcutstart
void NXOpen::Features::ShipDesign::StiffenerSystemBuilder::SetKnuckleLocationTolerance ( double  knuckleLocationTolerance)

Sets the tolerance used to determine when knuckle locations are considered to be the same.


Created in NX12.0.0.

License requirements : nx_ship_basic ("Ship Basic Design")

Parameters
knuckleLocationToleranceknucklelocationtolerance
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 NXOpen::Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes .
Created in NX8.0.0.

License requirements : nx_ship_basic ("Ship Basic Design")

Parameters
measureAlongModemeasurealongmode
void NXOpen::Features::ShipDesign::StiffenerSystemBuilder::SetMountingMethod ( NXOpen::Features::ShipDesign::StiffenerSystemBuilder::MountingMethods  mountingMethod)

Sets the mounting method
Created in NX10.0.0.



License requirements : nx_ship_basic ("Ship Basic Design")

Parameters
mountingMethodmountingmethod
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 NXOpen::Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes .
Created in NX8.0.0.

License requirements : nx_ship_basic ("Ship Basic Design")

Parameters
numbernumber
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 NXOpen::Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes .
Created in NX8.0.0.

License requirements : nx_ship_basic ("Ship Basic Design")

Parameters
offsetPlaneoffsetplane
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 NXOpen::Features::ShipDesign::StiffenerSystemBuilder::TypesOffsetPlanes .
Created in NX8.0.0.

License requirements : nx_ship_basic ("Ship Basic Design")

Parameters
offsetSpacingModeoffsetspacingmode
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")

Parameters
orientationMethodorientationmethod
void NXOpen::Features::ShipDesign::StiffenerSystemBuilder::SetOrientationVector ( NXOpen::Direction orientationVector)

Sets the vector specified for the orientation angle reference.

Only used when when Method is NXOpen::Features::ShipDesign::StiffenerSystemBuilder::OrientationMethodsVector ..
Created in NX8.0.0.

License requirements : nx_ship_basic ("Ship Basic Design")

Parameters
orientationVectororientationvector
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 NXOpen::Features::ShipDesign::StiffenerSystemBuilder::TypesPoints .
Created in NX8.0.0.

License requirements : nx_ship_basic ("Ship Basic Design")

Parameters
methodmethod
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")

Parameters
reversereverse
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")

Parameters
switchSideswitchside
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")

Parameters
typetype
NXOpen::Features::ShipDesign::ShipNamesBuilder* NXOpen::Features::ShipDesign::StiffenerSystemBuilder::ShipNames ( )

Returns the Ship Names builder, used to assign names to the Stiffener Systems created.


Created in NX9.0.2.

License requirements : None

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


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.