NX Open C++ Reference Guide
|
A Features::ShipDesign::SeamBuilder used to create or edit a ship design Features::ShipDesign::Seam feature. More...
Public Types | |
enum | DefinitionMethods { DefinitionMethodsCurvesPlanesShip, DefinitionMethodsEquallySpaced, DefinitionMethodsRectangular } |
Used to indicate the method being used to define the seam locations. More... | |
enum | StaggerShiftAlongMethods { StaggerShiftAlongMethodsLength, StaggerShiftAlongMethodsWidth } |
Used to indicate the method being used to define which direction the seam stagger will shift along. More... | |
enum | Types { TypesScantling, TypesErection, TypesStraking, TypesIntersection } |
Used to indicate the type of seam that is being created. More... | |
Public Member Functions | |
NXOpen::Features::ShipDesign::BuiltUpOffsetBuilder * | BuiltUpOffset () |
Returns the built-up offset data. | |
NXOpen::Section * | DefinitionCurves () |
Returns the curves selected or sketched that will be projected onto the ship structure to create the seam. | |
NXOpen::Section * | DefinitionEquallySpacedCurve1 () |
Returns the first curve that will be used as a boundary for the equally spaced seams. | |
NXOpen::Section * | DefinitionEquallySpacedCurve2 () |
Returns the second curve that will be used as a boundary for the equally spaced seams. | |
NXOpen::Expression * | DefinitionEquallySpacedNumber () |
Returns the number of seams to create between the two boundary curves selected. | |
NXOpen::Features::ShipDesign::PlaneListBuilderList * | DefinitionEquallySpacedPlaneList () |
Returns the list of planes defined that will be used to specify key points to create the seam. | |
NXOpen::Features::ShipDesign::SeamBuilder::DefinitionMethods | DefinitionMethod () |
Returns the method used to define the seam locations. | |
NXOpen::SelectNXObjectList * | DefinitionObjects () |
Returns the sheet bodies or curves representing ship structure, that will be intersected with or projected onto the ship structure to create the seam. | |
NXOpen::Features::ShipDesign::PlaneListBuilderList * | DefinitionPlaneList () |
Returns the list of planes defined that will be intersected with the ship structure to create the seam. | |
NXOpen::GeometricUtilities::ProjectionOptions * | DefinitionProjectionDirection () |
Returns the direction to project curves to the ship structure to define seams. | |
NXOpen::Point * | DefinitionRectangularCorner () |
Returns the starting corner of the rectangular grid that defines the seams. | |
NXOpen::Expression * | DefinitionRectangularLength () |
Returns the size of each rectangle of the grid in the length direction. | |
NXOpen::Direction * | DefinitionRectangularLengthDirection () |
Returns the length direction of the rectangular grid that defines the seams. | |
NXOpen::Plane * | DefinitionRectangularPlane () |
Returns the plane of the rectangular grid that defines the seams. | |
NXOpen::Expression * | DefinitionRectangularWidth () |
Returns the size of each rectangle of the grid perpendicular to the length direction. | |
bool | ErectionSplitSystem () |
Returns the indication if the erection seams should split the system by default. | |
bool | IntersectionSplitSystem () |
Returns the indication if the intersection seams should split the system by default. | |
bool | ScantlingSplitSystem () |
Returns the indication if the scantling seams should split the system by default. | |
void | SetDefinitionMethod (NXOpen::Features::ShipDesign::SeamBuilder::DefinitionMethods definitionMethod) |
Sets the method used to define the seam locations. | |
void | SetDefinitionRectangularCorner (NXOpen::Point *definitionRectangularCorner) |
Sets the starting corner of the rectangular grid that defines the seams. | |
void | SetDefinitionRectangularLengthDirection (NXOpen::Direction *definitionRectangularLengthDirection) |
Sets the length direction of the rectangular grid that defines the seams. | |
void | SetDefinitionRectangularPlane (NXOpen::Plane *definitionRectangularPlane) |
Sets the plane of the rectangular grid that defines the seams. | |
void | SetErectionSplitSystem (bool splitSystem) |
Sets the indication if the erection seams should split the system by default. | |
void | SetIntersectionSplitSystem (bool splitSystem) |
Sets the indication if the intersection seams should split the system by default. | |
void | SetScantlingSplitSystem (bool splitSystem) |
Sets the indication if the scantling seams should split the system by default. | |
void | SetStaggerShiftAlongMethod (NXOpen::Features::ShipDesign::SeamBuilder::StaggerShiftAlongMethods staggerShiftAlongMethod) |
Sets the method used to define the seam stagger shift along method. | |
void | SetStrakingSplitSystem (bool splitSystem) |
Sets the indication if the straking seams should split the system by default. | |
void | SetType (NXOpen::Features::ShipDesign::SeamBuilder::Types type) |
Sets the type of seam being created. | |
NXOpen::SelectNXObjectList * | ShipStructure () |
Returns the ship structure upon which seams will be created. | |
NXOpen::NXObjectList * | StaggerDistanceList () |
Returns the list of stagger distances defined the shift distance to create the seam. | |
NXOpen::Features::ShipDesign::SeamBuilder::StaggerShiftAlongMethods | StaggerShiftAlongMethod () |
Returns the method used to define the seam stagger shift along method. | |
bool | StrakingSplitSystem () |
Returns the indication if the straking seams should split the system by default. | |
NXOpen::Features::ShipDesign::SeamBuilder::Types | Type () |
Returns the type of seam being created. | |
NXOpen::Weld::CharacteristicsBuilder * | WeldingCharacteristics () |
Returns the welding characteristics that will be attached to each seam created. | |
![]() | |
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. | |
A Features::ShipDesign::SeamBuilder used to create or edit a ship design Features::ShipDesign::Seam feature.
<br> To create a new instance of this class, use @link Features::ShipCollection::CreateSeamBuilder Features::ShipCollection::CreateSeamBuilder @endlink <br>
Default values.
Property | Value |
---|---|
BuiltUpOffset.FlangeAngle.Value |
0 |
BuiltUpOffset.FlangeOffset.Value |
0 (millimeters part), 0 (inches part) |
BuiltUpOffset.WebAngle.Value |
0 |
BuiltUpOffset.WebOffset.Value |
0 (millimeters part), 0 (inches part) |
DefinitionEquallySpacedNumber.Value |
1 |
DefinitionMethod |
CurvesPlanesShip |
DefinitionRectangularLength.Value |
20000 (millimeters part), 800 (inches part) |
DefinitionRectangularWidth.Value |
10000 (millimeters part), 400 (inches part) |
ErectionSplitSystem |
0 |
IntersectionSplitSystem |
1 |
ScantlingSplitSystem |
1 |
StaggerShiftAlongMethod |
Length |
StrakingSplitSystem |
0 |
Created in NX8.0.0.
Used to indicate the method being used to define the seam locations.
Not valid for Features::ShipDesign::SeamBuilder::TypesIntersection .
Used to indicate the type of seam that is being created.
NXOpen::Features::ShipDesign::BuiltUpOffsetBuilder* NXOpen::Features::ShipDesign::SeamBuilder::BuiltUpOffset | ( | ) |
Returns the built-up offset data.
Created in NX9.0.0.
License requirements : None
NXOpen::Section* NXOpen::Features::ShipDesign::SeamBuilder::DefinitionCurves | ( | ) |
Returns the curves selected or sketched that will be projected onto the ship structure to create the seam.
Only valid when Type is not Features::ShipDesign::SeamBuilder::TypesIntersection and DefinitionMethod is Features::ShipDesign::SeamBuilder::DefinitionMethodsCurvesPlanesShip .
Created in NX8.0.0.
License requirements : None
NXOpen::Section* NXOpen::Features::ShipDesign::SeamBuilder::DefinitionEquallySpacedCurve1 | ( | ) |
Returns the first curve that will be used as a boundary for the equally spaced seams.
Only valid when Type is not Features::ShipDesign::SeamBuilder::TypesIntersection and DefinitionMethod is Features::ShipDesign::SeamBuilder::DefinitionMethodsEquallySpaced .
Created in NX8.0.0.
License requirements : None
NXOpen::Section* NXOpen::Features::ShipDesign::SeamBuilder::DefinitionEquallySpacedCurve2 | ( | ) |
Returns the second curve that will be used as a boundary for the equally spaced seams.
Only valid when Type is not Features::ShipDesign::SeamBuilder::TypesIntersection and DefinitionMethod is Features::ShipDesign::SeamBuilder::DefinitionMethodsEquallySpaced .
Created in NX8.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::ShipDesign::SeamBuilder::DefinitionEquallySpacedNumber | ( | ) |
Returns the number of seams to create between the two boundary curves selected.
Only valid when Type is not Features::ShipDesign::SeamBuilder::TypesIntersection and DefinitionMethod is Features::ShipDesign::SeamBuilder::DefinitionMethodsEquallySpaced .
Created in NX8.0.0.
License requirements : None
NXOpen::Features::ShipDesign::PlaneListBuilderList* NXOpen::Features::ShipDesign::SeamBuilder::DefinitionEquallySpacedPlaneList | ( | ) |
Returns the list of planes defined that will be used to specify key points to create the seam.
Only valid when DefinitionMethod is Features::ShipDesign::SeamBuilder::DefinitionMethodsEquallySpaced .
Created in NX8.0.0.
License requirements : None
NXOpen::Features::ShipDesign::SeamBuilder::DefinitionMethods NXOpen::Features::ShipDesign::SeamBuilder::DefinitionMethod | ( | ) |
Returns the method used to define the seam locations.
Created in NX8.0.0.
License requirements : None
NXOpen::SelectNXObjectList* NXOpen::Features::ShipDesign::SeamBuilder::DefinitionObjects | ( | ) |
Returns the sheet bodies or curves representing ship structure, that will be intersected with or projected onto the ship structure to create the seam.
Created in NX8.0.0.
License requirements : None
NXOpen::Features::ShipDesign::PlaneListBuilderList* NXOpen::Features::ShipDesign::SeamBuilder::DefinitionPlaneList | ( | ) |
Returns the list of planes defined that will be intersected with the ship structure to create the seam.
Only valid when Type is not Features::ShipDesign::SeamBuilder::TypesIntersection and DefinitionMethod is Features::ShipDesign::SeamBuilder::DefinitionMethodsCurvesPlanesShip .
Created in NX8.0.0.
License requirements : None
NXOpen::GeometricUtilities::ProjectionOptions* NXOpen::Features::ShipDesign::SeamBuilder::DefinitionProjectionDirection | ( | ) |
Returns the direction to project curves to the ship structure to define seams.
Created in NX8.0.0.
License requirements : None
NXOpen::Point* NXOpen::Features::ShipDesign::SeamBuilder::DefinitionRectangularCorner | ( | ) |
Returns the starting corner of the rectangular grid that defines the seams.
Only valid when Type is not Features::ShipDesign::SeamBuilder::TypesIntersection and DefinitionMethod is Features::ShipDesign::SeamBuilder::DefinitionMethodsRectangular .
Created in NX8.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::ShipDesign::SeamBuilder::DefinitionRectangularLength | ( | ) |
Returns the size of each rectangle of the grid in the length direction.
Only valid when Type is not Features::ShipDesign::SeamBuilder::TypesIntersection and DefinitionMethod is Features::ShipDesign::SeamBuilder::DefinitionMethodsRectangular .
Created in NX8.0.0.
License requirements : None
NXOpen::Direction* NXOpen::Features::ShipDesign::SeamBuilder::DefinitionRectangularLengthDirection | ( | ) |
Returns the length direction of the rectangular grid that defines the seams.
Only valid when Type is not Features::ShipDesign::SeamBuilder::TypesIntersection and DefinitionMethod is Features::ShipDesign::SeamBuilder::DefinitionMethodsRectangular .
Created in NX8.0.0.
License requirements : None
NXOpen::Plane* NXOpen::Features::ShipDesign::SeamBuilder::DefinitionRectangularPlane | ( | ) |
Returns the plane of the rectangular grid that defines the seams.
Only valid when Type is not Features::ShipDesign::SeamBuilder::TypesIntersection and DefinitionMethod is Features::ShipDesign::SeamBuilder::DefinitionMethodsRectangular .
Created in NX8.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::ShipDesign::SeamBuilder::DefinitionRectangularWidth | ( | ) |
Returns the size of each rectangle of the grid perpendicular to the length direction.
Only valid when Type is not Features::ShipDesign::SeamBuilder::TypesIntersection and DefinitionMethod is Features::ShipDesign::SeamBuilder::DefinitionMethodsRectangular .
Created in NX8.0.0.
License requirements : None
bool NXOpen::Features::ShipDesign::SeamBuilder::ErectionSplitSystem | ( | ) |
Returns the indication if the erection seams should split the system by default.
True indicates that the erection seams will split the system by default.
Created in NX8.5.0.
License requirements : None
bool NXOpen::Features::ShipDesign::SeamBuilder::IntersectionSplitSystem | ( | ) |
Returns the indication if the intersection seams should split the system by default.
True indicates that the intersection seams will split the system by default.
Created in NX8.5.0.
License requirements : None
bool NXOpen::Features::ShipDesign::SeamBuilder::ScantlingSplitSystem | ( | ) |
Returns the indication if the scantling seams should split the system by default.
True indicates that the scantling seams will split the system by default.
Created in NX8.5.0.
License requirements : None
void NXOpen::Features::ShipDesign::SeamBuilder::SetDefinitionMethod | ( | NXOpen::Features::ShipDesign::SeamBuilder::DefinitionMethods | definitionMethod | ) |
Sets the method used to define the seam locations.
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
definitionMethod | definitionmethod |
void NXOpen::Features::ShipDesign::SeamBuilder::SetDefinitionRectangularCorner | ( | NXOpen::Point * | definitionRectangularCorner | ) |
Sets the starting corner of the rectangular grid that defines the seams.
Only valid when Type is not Features::ShipDesign::SeamBuilder::TypesIntersection and DefinitionMethod is Features::ShipDesign::SeamBuilder::DefinitionMethodsRectangular .
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
definitionRectangularCorner | definitionrectangularcorner |
void NXOpen::Features::ShipDesign::SeamBuilder::SetDefinitionRectangularLengthDirection | ( | NXOpen::Direction * | definitionRectangularLengthDirection | ) |
Sets the length direction of the rectangular grid that defines the seams.
Only valid when Type is not Features::ShipDesign::SeamBuilder::TypesIntersection and DefinitionMethod is Features::ShipDesign::SeamBuilder::DefinitionMethodsRectangular .
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
definitionRectangularLengthDirection | definitionrectangularlengthdirection |
void NXOpen::Features::ShipDesign::SeamBuilder::SetDefinitionRectangularPlane | ( | NXOpen::Plane * | definitionRectangularPlane | ) |
Sets the plane of the rectangular grid that defines the seams.
Only valid when Type is not Features::ShipDesign::SeamBuilder::TypesIntersection and DefinitionMethod is Features::ShipDesign::SeamBuilder::DefinitionMethodsRectangular .
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
definitionRectangularPlane | definitionrectangularplane |
void NXOpen::Features::ShipDesign::SeamBuilder::SetErectionSplitSystem | ( | bool | splitSystem | ) |
Sets the indication if the erection seams should split the system by default.
True indicates that the erection seams will split the system by default.
Created in NX8.5.0.
License requirements : nx_ship_basic ("Ship Basic Design")
splitSystem | splitsystem |
void NXOpen::Features::ShipDesign::SeamBuilder::SetIntersectionSplitSystem | ( | bool | splitSystem | ) |
Sets the indication if the intersection seams should split the system by default.
True indicates that the intersection seams will split the system by default.
Created in NX8.5.0.
License requirements : nx_ship_basic ("Ship Basic Design")
splitSystem | splitsystem |
void NXOpen::Features::ShipDesign::SeamBuilder::SetScantlingSplitSystem | ( | bool | splitSystem | ) |
Sets the indication if the scantling seams should split the system by default.
True indicates that the scantling seams will split the system by default.
Created in NX8.5.0.
License requirements : nx_ship_basic ("Ship Basic Design")
splitSystem | splitsystem |
void NXOpen::Features::ShipDesign::SeamBuilder::SetStaggerShiftAlongMethod | ( | NXOpen::Features::ShipDesign::SeamBuilder::StaggerShiftAlongMethods | staggerShiftAlongMethod | ) |
Sets the method used to define the seam stagger shift along method.
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
staggerShiftAlongMethod | staggershiftalongmethod |
void NXOpen::Features::ShipDesign::SeamBuilder::SetStrakingSplitSystem | ( | bool | splitSystem | ) |
Sets the indication if the straking seams should split the system by default.
True indicates that the straking seams will split the system by default.
Created in NX8.5.0.
License requirements : nx_ship_basic ("Ship Basic Design")
splitSystem | splitsystem |
void NXOpen::Features::ShipDesign::SeamBuilder::SetType | ( | NXOpen::Features::ShipDesign::SeamBuilder::Types | type | ) |
Sets the type of seam being created.
Scantling, Erection, Straking or Intersection. Scantling seams indicate divisions in ship structure where differing stock definitions are needed. Erection seams indicate divisions in ship structure at manufacturing block boundaries. Straking seams indicate divisions in ship structure to make it a manufacturable size. Intersection seams indicate divisions in ship structure where other structure intersects the given structure. Although Scantling seam is the name given to seams that allow for changing stock definitions, all seam types except straking seams allow for a change in the stock definition.
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
type | type |
NXOpen::SelectNXObjectList* NXOpen::Features::ShipDesign::SeamBuilder::ShipStructure | ( | ) |
Returns the ship structure upon which seams will be created.
Created in NX8.0.0.
License requirements : None
NXOpen::NXObjectList* NXOpen::Features::ShipDesign::SeamBuilder::StaggerDistanceList | ( | ) |
Returns the list of stagger distances defined the shift distance to create the seam.
Only valid when DefinitionMethod is Features::ShipDesign::SeamBuilder::DefinitionMethodsRectangular .
Created in NX8.0.0.
License requirements : None
NXOpen::Features::ShipDesign::SeamBuilder::StaggerShiftAlongMethods NXOpen::Features::ShipDesign::SeamBuilder::StaggerShiftAlongMethod | ( | ) |
Returns the method used to define the seam stagger shift along method.
Created in NX8.0.0.
License requirements : None
bool NXOpen::Features::ShipDesign::SeamBuilder::StrakingSplitSystem | ( | ) |
Returns the indication if the straking seams should split the system by default.
True indicates that the straking seams will split the system by default.
Created in NX8.5.0.
License requirements : None
NXOpen::Features::ShipDesign::SeamBuilder::Types NXOpen::Features::ShipDesign::SeamBuilder::Type | ( | ) |
Returns the type of seam being created.
Scantling, Erection, Straking or Intersection. Scantling seams indicate divisions in ship structure where differing stock definitions are needed. Erection seams indicate divisions in ship structure at manufacturing block boundaries. Straking seams indicate divisions in ship structure to make it a manufacturable size. Intersection seams indicate divisions in ship structure where other structure intersects the given structure. Although Scantling seam is the name given to seams that allow for changing stock definitions, all seam types except straking seams allow for a change in the stock definition.
Created in NX8.0.0.
License requirements : None
NXOpen::Weld::CharacteristicsBuilder* NXOpen::Features::ShipDesign::SeamBuilder::WeldingCharacteristics | ( | ) |
Returns the welding characteristics that will be attached to each seam created.
Created in NX8.0.0.
License requirements : None