NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Features.ShipDesign.SeamBuilder Class Reference

A NXOpen.Features.ShipDesign.SeamBuilder used to create or edit a ship design NXOpen.Features.ShipDesign.Seam feature. More...

Inheritance diagram for NXOpen.Features.ShipDesign.SeamBuilder:
NXOpen.Features.ShipDesign.ProfileSystemBuilder NXOpen.Features.ShipDesign.FeatureParmsBuilder NXOpen.Features.FeatureBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  DefinitionMethods { CurvesPlanesShip, EquallySpaced, Rectangular }
 Used to indicate the method being used to define the seam locations. More...
 
enum  StaggerShiftAlongMethods { Length, Width }
 Used to indicate the method being used to define which direction the seam stagger will shift along. More...
 
enum  Types {
  Scantling, Erection, Straking, Intersection,
  Eggbox
}
 Used to indicate the type of seam that is being created. More...
 

Public Member Functions

unsafe void GetAttachedProfiles (NXOpen.NXObject plateOrProfile, out NXOpen.Curve[] profiles)
 Outputs the attached profiles of the input plate system (body) or attached edge reinforcements of the input profile system (curve or body). More...
 
- Public Member Functions inherited from NXOpen.Features.ShipDesign.ProfileSystemBuilder
unsafe void CreatePathCurves (out NXOpen.NXObject[] curves)
 Creates path curves for all the paths of the profile system. More...
 
unsafe void CreatOrientationPathCurve ()
 Creates the orientation path curves. More...
 
unsafe void DeleteLastPathCurves ()
 Deletes the path curves returned from a call to GetLastPathCurves . More...
 
unsafe void DeletePathCurves ()
 Deletes the path curves created from a call to CreatePathCurves . More...
 
unsafe void GetLastPathCurves (out NXOpen.NXObject[] curves)
 Gets the path curves used by NXOpen.Features.ShipDesign.OrientationDefinitionBuilder . More...
 
unsafe void SetBoundaryOnePoints (NXOpen.Point3d[] points)
 Sets the selected intersection points for the first boundary. More...
 
unsafe void SetBoundaryTwoPoints (NXOpen.Point3d[] points)
 Set the selected intersection points for the second boundary. More...
 
unsafe void SetRegionPoints (NXOpen.Point3d[] points)
 Sets the points that identify which regions of the curves will be used. More...
 
unsafe void UpdateEndcutChangeStatus (bool isChangeStart, bool isChangeEnd, bool isAllInBoudary)
 Updates the endcut change status. More...
 
- Public Member Functions inherited from NXOpen.Features.ShipDesign.FeatureParmsBuilder
unsafe
NXOpen.Features.ShipDesign.PlaneListBuilder 
CreatePlaneForList ()
 Create a NXOpen.Features.ShipDesign.PlaneListBuilder to add a defined plane to a list. More...
 
- Public Member Functions inherited from NXOpen.Features.FeatureBuilder
unsafe NXOpen.Features.Feature CommitFeature ()
 Commits the feature parameters and creates the feature More...
 
unsafe NXOpen.Features.Feature GetFeature ()
 Returns the feature currently being edited by this builder. More...
 
unsafe void HideInternalParentFeatureAfterEdit (NXOpen.Features.Feature parentFeature)
 Re-suppress an internal parent feature (a slave feature) after it has been edited. More...
 
unsafe void SetParentFeatureInternal (NXOpen.Features.Feature parentFeature)
 Set the parent features which would be internal or slaves to the feature being created or commited More...
 
unsafe void ShowInternalParentFeatureForEdit (NXOpen.Features.Feature parentFeature)
 Unsuppress an internal parent feature (a slave feature) so it can be edited. More...
 
unsafe void UnsetParentFeatureInternal (NXOpen.Features.Feature parentFeature)
 Set the internal parent feature of the feature being edited to external More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe
NXOpen.Features.ShipDesign.BuiltUpOffsetBuilder 
BuiltUpOffset [get]
 Returns the built-up offset data. More...
 
unsafe NXOpen.Section DefinitionCurves [get]
 Returns the curves selected or sketched that will be projected onto the ship structure to create the seam. More...
 
unsafe NXOpen.Section DefinitionEquallySpacedCurve1 [get]
 Returns the first curve that will be used as a boundary for the equally spaced seams. More...
 
unsafe NXOpen.Section DefinitionEquallySpacedCurve2 [get]
 Returns the second curve that will be used as a boundary for the equally spaced seams. More...
 
unsafe NXOpen.Expression DefinitionEquallySpacedNumber [get]
 Returns the number of seams to create between the two boundary curves selected. More...
 
unsafe
NXOpen.Features.ShipDesign.PlaneListBuilderList 
DefinitionEquallySpacedPlaneList [get]
 Returns the list of planes defined that will be used to specify key points to create the seam. More...
 
unsafe
NXOpen.Features.ShipDesign.SeamBuilder.DefinitionMethods 
DefinitionMethod [get, set]
 Returns or sets the method used to define the seam locations. More...
 
unsafe NXOpen.SelectNXObjectList DefinitionObjects [get]
 Returns the sheet bodies or curves representing ship structure, that will be intersected with or projected onto the ship structure to create the seam. More...
 
unsafe
NXOpen.Features.ShipDesign.PlaneListBuilderList 
DefinitionPlaneList [get]
 Returns the list of planes defined that will be intersected with the ship structure to create the seam. More...
 
unsafe
NXOpen.GeometricUtilities.ProjectionOptions 
DefinitionProjectionDirection [get]
 Returns the direction to project curves to the ship structure to define seams. More...
 
unsafe NXOpen.Point DefinitionRectangularCorner [get, set]
 Returns or sets the starting corner of the rectangular grid that defines the seams. More...
 
unsafe NXOpen.Expression DefinitionRectangularLength [get]
 Returns the size of each rectangle of the grid in the length direction. More...
 
unsafe NXOpen.Direction DefinitionRectangularLengthDirection [get, set]
 Returns or sets the length direction of the rectangular grid that defines the seams. More...
 
unsafe NXOpen.Plane DefinitionRectangularPlane [get, set]
 Returns or sets the plane of the rectangular grid that defines the seams. More...
 
unsafe NXOpen.Expression DefinitionRectangularWidth [get]
 Returns the size of each rectangle of the grid perpendicular to the length direction. More...
 
unsafe
NXOpen.Features.ShipDesign.EndCutBuilder 
EndCut [get]
 Returns the detailed end cut builder. More...
 
unsafe
NXOpen.Features.ShipDesign.StiffenerSystemBuilder.EndCutTypes 
EndCutSplit [get, set]
 Returns or sets the end cut to use at the splits of profile systems that have been split by an intersection seam. More...
 
unsafe bool ErectionSplitSystem [get, set]
 Returns or sets the indication if the erection seams should split the system by default. More...
 
unsafe bool IntersectionSplitSystem [get, set]
 Returns or sets the indication if the intersection seams should split the system by default. More...
 
unsafe double PointProfileTolerance [get, set]
 Returns or sets the distance used to determine if the input point is close enough to the profile curve to be used in the seam definition. More...
 
unsafe bool ReparentFrecsReferencingSeamedObject [get, set]
 Returns or sets the flag to indicate if re-parent of inter-part profile cutout features which reference curves modified by Seam. More...
 
unsafe bool ScantlingSplitSystem [get, set]
 Returns or sets the indication if the scantling seams should split the system by default. More...
 
unsafe
NXOpen.Features.ShipDesign.ShipNamesBuilder 
ShipNames [get]
 Returns the Ship Names builder, used to assign names to the Seams created. More...
 
unsafe NXOpen.SelectNXObjectList ShipStructure [get]
 Returns the ship structure upon which seams will be created. More...
 
unsafe NXOpen.NXObjectList StaggerDistanceList [get]
 Returns the list of stagger distances defined the shift distance to create the seam. More...
 
unsafe
NXOpen.Features.ShipDesign.SeamBuilder.StaggerShiftAlongMethods 
StaggerShiftAlongMethod [get, set]
 Returns or sets the method used to define the seam stagger shift along method. More...
 
unsafe bool StrakingSplitSystem [get, set]
 Returns or sets the indication if the straking seams should split the system by default. More...
 
unsafe
NXOpen.Features.ShipDesign.SeamBuilder.Types 
Type [get, set]
 Returns or sets the type of seam being created. More...
 
unsafe
NXOpen.Weld.CharacteristicsBuilder 
WeldingCharacteristics [get]
 Returns the welding characteristics that will be attached to each seam created. More...
 
- Properties inherited from NXOpen.Features.ShipDesign.ProfileSystemBuilder
unsafe NXOpen.SelectNXObjectList Boundary1 [get]
 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...
 
unsafe NXOpen.Plane Boundary1Plane [get, set]
 Returns or sets the defined plane that will be used to trim the first end of the generated profile system. More...
 
unsafe NXOpen.SelectNXObjectList Boundary2 [get]
 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...
 
unsafe NXOpen.Plane Boundary2Plane [get, set]
 Returns or sets the defined plane that will be used to trim the second end of the generated profile system. More...
 
unsafe bool BoundaryOneModified [get, set]
 Returns or sets the flag that indicates if the boundary 1 has been modified. More...
 
unsafe bool BoundaryReverse [get, set]
 Returns or sets the indication if the side of a single boundary should be changed to the other side or not. More...
 
unsafe bool BoundaryTwoModified [get, set]
 Returns or sets the flag that indicates if the boundary 2 has been modified. More...
 
unsafe NXOpen.SelectPointList FirstIntersectionPoints [get]
 Returns the selected intersection points between the curves and the first boundary. More...
 
unsafe bool ReversePathDirection [get, set]
 Returns or sets the flag that indicates if the default curve direction should be reversed or not. More...
 
unsafe NXOpen.SelectPointList SecondIntersectionPoints [get]
 Returns the selected intersection points between the curves and the second boundary. More...
 
unsafe NXOpen.SelectPointList SplitKnuckleLocations [get]
 Returns the collector containing the knuckle points that are to be used to create seams. More...
 
unsafe bool UseNewDefaultSectionAlgorithm [get, set]
 Returns or sets the flag that indicates if the new default section algorithm is used. More...
 
- Properties inherited from NXOpen.Features.ShipDesign.FeatureParmsBuilder
unsafe double AngleTolerance [get, set]
 Returns or sets the tolerance, in degrees, used to determine when angles are zero. More...
 
unsafe double DistanceTolerance [get, set]
 Returns or sets the tolerance used to determine when distances are considered zero. More...
 
unsafe
NXOpen.Features.ShipDesign.FeatureParmsBuilder.OrientationAngleRuleTypes 
OrientationAngleRule [get, set]
 Returns or sets the angle rule to use when measuring angles. More...
 
- Properties inherited from NXOpen.Features.FeatureBuilder
unsafe bool ParentFeatureInternal [get, set]
 Returns or sets whether or not the latest timestamped parent feature of this feature should be made internal More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

A NXOpen.Features.ShipDesign.SeamBuilder used to create or edit a ship design NXOpen.Features.ShipDesign.Seam feature.

To create a new instance of this class, use NXOpen.Features.ShipCollection.CreateSeamBuilder

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)

EndCut.ConnectionType

Connected

EndCut.DraftAngle.Value

0

EndCut.DraftOffset.Value

0 (millimeters part), 0 (inches part)

EndCut.DraftType

Trim

EndCut.EndFaceType

NeatTrim

EndCut.LimitType

Value

EndCut.Offset.Value

0 (millimeters part), 0 (inches part)

EndCut.SelectionType

FacesWithAttributes

EndCut.ShearAngle.Value

0

EndCut.TiltAngle.Value

0

ErectionSplitSystem

0

IntersectionSplitSystem

1

ScantlingSplitSystem

1

StaggerShiftAlongMethod

Length

StrakingSplitSystem

0

Created in NX8.0.0

Member Enumeration Documentation

Used to indicate the method being used to define the seam locations.

Not valid for NXOpen.Features.ShipDesign.SeamBuilder.Types.Intersection .

Enumerator
CurvesPlanesShip 

Can use curves, planes or other ship structure to define the seam location.

The intersection or projection of the selected data with the ship structure defines the seam location.

EquallySpaced 

Create a specified number of seams equidistant between two selected curves.

Rectangular 

Create a rectangular pattern of seams based on an origin, direction, and size of rectangles.

Used to indicate the method being used to define which direction the seam stagger will shift along.

Enumerator
Length 

the stagger will shift along the length direction.

Width 

the stagger will shift along the width direction.

Used to indicate the type of seam that is being created.

Enumerator
Scantling 

Scantling seam, will allow for changing stock across the seam.

Erection 

Erection seam, used to define manufacturing block boundaries.

Will allow for changing stock across the seam.

Straking 

Straking seam, used to split up structure into manufacturable size pieces.

Cannot change stock across this seam.

Intersection 

Intersection seam, used to split structure at other structure locations.

Will allow for changing stock across the seam.

Eggbox 

EggBox seam, used to create eggbox feature - added in nx12.0

Member Function Documentation

unsafe void NXOpen.Features.ShipDesign.SeamBuilder.GetAttachedProfiles ( NXOpen.NXObject  plateOrProfile,
out NXOpen.Curve[]  profiles 
)
inline

Outputs the attached profiles of the input plate system (body) or attached edge reinforcements of the input profile system (curve or body).

The output will be occurrences in the same part as the input plate or profile, if the input is an occurrence, otherwise will be a prototype object.

Created in NX12.0.0

License requirements: None.

Parameters
plateOrProfile
profilesThe profiles on plate systems and edge reinforcements on stiffeners

Property Documentation

unsafe NXOpen.Features.ShipDesign.BuiltUpOffsetBuilder NXOpen.Features.ShipDesign.SeamBuilder.BuiltUpOffset
get

Returns the built-up offset data.

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.Section NXOpen.Features.ShipDesign.SeamBuilder.DefinitionCurves
get

Returns the curves selected or sketched that will be projected onto the ship structure to create the seam.

Only valid when Type is not NXOpen.Features.ShipDesign.SeamBuilder.Types.Intersection and DefinitionMethod is NXOpen.Features.ShipDesign.SeamBuilder.DefinitionMethods.CurvesPlanesShip .

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Section NXOpen.Features.ShipDesign.SeamBuilder.DefinitionEquallySpacedCurve1
get

Returns the first curve that will be used as a boundary for the equally spaced seams.

Only valid when Type is not NXOpen.Features.ShipDesign.SeamBuilder.Types.Intersection and DefinitionMethod is NXOpen.Features.ShipDesign.SeamBuilder.DefinitionMethods.EquallySpaced .

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Section NXOpen.Features.ShipDesign.SeamBuilder.DefinitionEquallySpacedCurve2
get

Returns the second curve that will be used as a boundary for the equally spaced seams.

Only valid when Type is not NXOpen.Features.ShipDesign.SeamBuilder.Types.Intersection and DefinitionMethod is NXOpen.Features.ShipDesign.SeamBuilder.DefinitionMethods.EquallySpaced .

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.ShipDesign.SeamBuilder.DefinitionEquallySpacedNumber
get

Returns the number of seams to create between the two boundary curves selected.

Only valid when Type is not NXOpen.Features.ShipDesign.SeamBuilder.Types.Intersection and DefinitionMethod is NXOpen.Features.ShipDesign.SeamBuilder.DefinitionMethods.EquallySpaced .

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Features.ShipDesign.PlaneListBuilderList NXOpen.Features.ShipDesign.SeamBuilder.DefinitionEquallySpacedPlaneList
get

Returns the list of planes defined that will be used to specify key points to create the seam.

Only valid when DefinitionMethod is NXOpen.Features.ShipDesign.SeamBuilder.DefinitionMethods.EquallySpaced .

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Features.ShipDesign.SeamBuilder.DefinitionMethods NXOpen.Features.ShipDesign.SeamBuilder.DefinitionMethod
getset

Returns or sets the method used to define the seam locations.

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_basic ("Ship Basic Design")

unsafe NXOpen.SelectNXObjectList NXOpen.Features.ShipDesign.SeamBuilder.DefinitionObjects
get

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.

unsafe NXOpen.Features.ShipDesign.PlaneListBuilderList NXOpen.Features.ShipDesign.SeamBuilder.DefinitionPlaneList
get

Returns the list of planes defined that will be intersected with the ship structure to create the seam.

Only valid when Type is not NXOpen.Features.ShipDesign.SeamBuilder.Types.Intersection and DefinitionMethod is NXOpen.Features.ShipDesign.SeamBuilder.DefinitionMethods.CurvesPlanesShip .

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.GeometricUtilities.ProjectionOptions NXOpen.Features.ShipDesign.SeamBuilder.DefinitionProjectionDirection
get

Returns the direction to project curves to the ship structure to define seams.

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Point NXOpen.Features.ShipDesign.SeamBuilder.DefinitionRectangularCorner
getset

Returns or sets the starting corner of the rectangular grid that defines the seams.

Only valid when Type is not NXOpen.Features.ShipDesign.SeamBuilder.Types.Intersection and DefinitionMethod is NXOpen.Features.ShipDesign.SeamBuilder.DefinitionMethods.Rectangular .

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_basic ("Ship Basic Design")

unsafe NXOpen.Expression NXOpen.Features.ShipDesign.SeamBuilder.DefinitionRectangularLength
get

Returns the size of each rectangle of the grid in the length direction.

Only valid when Type is not NXOpen.Features.ShipDesign.SeamBuilder.Types.Intersection and DefinitionMethod is NXOpen.Features.ShipDesign.SeamBuilder.DefinitionMethods.Rectangular .

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Direction NXOpen.Features.ShipDesign.SeamBuilder.DefinitionRectangularLengthDirection
getset

Returns or sets the length direction of the rectangular grid that defines the seams.

Only valid when Type is not NXOpen.Features.ShipDesign.SeamBuilder.Types.Intersection and DefinitionMethod is NXOpen.Features.ShipDesign.SeamBuilder.DefinitionMethods.Rectangular .

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_basic ("Ship Basic Design")

unsafe NXOpen.Plane NXOpen.Features.ShipDesign.SeamBuilder.DefinitionRectangularPlane
getset

Returns or sets the plane of the rectangular grid that defines the seams.

Only valid when Type is not NXOpen.Features.ShipDesign.SeamBuilder.Types.Intersection and DefinitionMethod is NXOpen.Features.ShipDesign.SeamBuilder.DefinitionMethods.Rectangular .

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_basic ("Ship Basic Design")

unsafe NXOpen.Expression NXOpen.Features.ShipDesign.SeamBuilder.DefinitionRectangularWidth
get

Returns the size of each rectangle of the grid perpendicular to the length direction.

Only valid when Type is not NXOpen.Features.ShipDesign.SeamBuilder.Types.Intersection and DefinitionMethod is NXOpen.Features.ShipDesign.SeamBuilder.DefinitionMethods.Rectangular .

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Features.ShipDesign.EndCutBuilder NXOpen.Features.ShipDesign.SeamBuilder.EndCut
get

Returns the detailed end cut builder.

Created in NX12.0.2

License requirements: None.

unsafe NXOpen.Features.ShipDesign.StiffenerSystemBuilder.EndCutTypes NXOpen.Features.ShipDesign.SeamBuilder.EndCutSplit
getset

Returns or sets the end cut to use at the splits of profile systems that have been split by an intersection seam.

Created in NX10.0.1

License requirements to get this property: None.

License requirements to set this property: nx_ship_basic ("Ship Basic Design")

unsafe bool NXOpen.Features.ShipDesign.SeamBuilder.ErectionSplitSystem
getset

Returns or 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 to get this property: None.

License requirements to set this property: nx_ship_basic ("Ship Basic Design")

unsafe bool NXOpen.Features.ShipDesign.SeamBuilder.IntersectionSplitSystem
getset

Returns or 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 to get this property: None.

License requirements to set this property: nx_ship_basic ("Ship Basic Design")

unsafe double NXOpen.Features.ShipDesign.SeamBuilder.PointProfileTolerance
getset

Returns or sets the distance used to determine if the input point is close enough to the profile curve to be used in the seam definition.

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_basic ("Ship Basic Design")

unsafe bool NXOpen.Features.ShipDesign.SeamBuilder.ReparentFrecsReferencingSeamedObject
getset

Returns or sets the flag to indicate if re-parent of inter-part profile cutout features which reference curves modified by Seam.

Created in NX11.0.0

License requirements to get this property: nx_ship_basic ("Ship Basic Design")

License requirements to set this property: nx_ship_basic ("Ship Basic Design")

unsafe bool NXOpen.Features.ShipDesign.SeamBuilder.ScantlingSplitSystem
getset

Returns or 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 to get this property: None.

License requirements to set this property: nx_ship_basic ("Ship Basic Design")

unsafe NXOpen.Features.ShipDesign.ShipNamesBuilder NXOpen.Features.ShipDesign.SeamBuilder.ShipNames
get

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

Created in NX9.0.2

License requirements: None.

unsafe NXOpen.SelectNXObjectList NXOpen.Features.ShipDesign.SeamBuilder.ShipStructure
get

Returns the ship structure upon which seams will be created.

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.NXObjectList NXOpen.Features.ShipDesign.SeamBuilder.StaggerDistanceList
get

Returns the list of stagger distances defined the shift distance to create the seam.

Only valid when DefinitionMethod is NXOpen.Features.ShipDesign.SeamBuilder.DefinitionMethods.Rectangular .

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Features.ShipDesign.SeamBuilder.StaggerShiftAlongMethods NXOpen.Features.ShipDesign.SeamBuilder.StaggerShiftAlongMethod
getset

Returns or sets the method used to define the seam stagger shift along method.

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_basic ("Ship Basic Design")

unsafe bool NXOpen.Features.ShipDesign.SeamBuilder.StrakingSplitSystem
getset

Returns or 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 to get this property: None.

License requirements to set this property: nx_ship_basic ("Ship Basic Design")

unsafe NXOpen.Features.ShipDesign.SeamBuilder.Types NXOpen.Features.ShipDesign.SeamBuilder.Type
getset

Returns or 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 to get this property: None.

License requirements to set this property: nx_ship_basic ("Ship Basic Design")

unsafe NXOpen.Weld.CharacteristicsBuilder NXOpen.Features.ShipDesign.SeamBuilder.WeldingCharacteristics
get

Returns the welding characteristics that will be attached to each seam created.

Created in NX8.0.0

License requirements: None.


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