NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | 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 NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  EndCutTypes {
  Connected, FlangeFree, Sniped, SnipedSquare,
  None
}
 Used to specify the type of end cut to be used at the extreme ends of the stiffener system. More...
 
enum  MeasureAlongModes { AlongSurfaceLength, NormaltoPlane, AlongSurfaceChord }
 Used to specify how the spacing and offset is to be measured. More...
 
enum  MountingMethods { NoOffset, AlongWeb, FaceNormal }
 the mounting method offset type More...
 
enum  OffsetSpacingModes { Single, Double }
 Used to specify if a single or double offset and spacing definition is to be used. More...
 
enum  OrientationMethods { FaceNormal, Vector }
 Used to specify the type of reference to use for specifying the orientation of the stiffener system. More...
 
enum  PointMethods { Planes, Points }
 Used to specify whether points or planes are being used for the points definition. More...
 
enum  Types {
  Curves, Planes, OffsetPlanes, Points,
  BySupport
}
 Used to specify how the path of the stiffener system is defined. More...
 

Public Member Functions

unsafe
NXOpen.Features.ShipDesign.PlanePairBuilder 
CreatePlanePairBuilder ()
 Creates a NXOpen.Features.ShipDesign.PlanePairBuilder to add another pair of planes to the list. More...
 
unsafe NXOpen.Body GetStiffenerBySupportBoundaryAttachedPlate (NXOpen.Body boundary)
 Returns the plate body where the stiffener by support boundary is attached. 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 bool ApplyFlangeSetback [get, set]
 Returns or sets the flange set back option for stiffener by support, which indicates if the flange set back should be applied or not More...
 
unsafe bool ApplyWebSetback [get, set]
 Returns or sets the web set back option for stiffener by support, which indicates if the web set back should be applied or not More...
 
unsafe bool BuildSolid [get, set]
 Returns or sets the indication of whether to build a solid for the stiffener system or just the curve. More...
 
unsafe double ConnectAngle [get, set]
 Returns or sets the connect angle of stiffener by support in degrees, negative value is not allowed More...
 
unsafe bool CreateSeamsAtKnuckles [get, set]
 Returns or sets the flag that indicates if seams are to be created or updated at knuckle locations. More...
 
unsafe NXOpen.Section Curves [get]
 Returns the curves selected that define the path of the stiffener system. More...
 
unsafe
NXOpen.Features.ShipDesign.StiffenerSystemBuilder.EndCutTypes 
EndCutEnd [get, set]
 Returns or sets the end cut to use at the end of the complete stiffener system. More...
 
unsafe
NXOpen.Features.ShipDesign.StiffenerSystemBuilder.EndCutTypes 
EndCutStart [get, set]
 Returns or sets the end cut to use at the start of the complete stiffener system. More...
 
unsafe
NXOpen.Features.ShipDesign.EndCutBuilder 
EndEndCut [get]
 Returns the detailed end end cut builder. More...
 
unsafe double KnuckleLocationTolerance [get, set]
 Returns or sets the tolerance used to determine when knuckle locations are considered to be the same. More...
 
unsafe
NXOpen.Features.ShipDesign.StiffenerSystemBuilder.MeasureAlongModes 
MeasureAlongMode [get, set]
 Returns or sets the method used to measure distances between planes. More...
 
unsafe
NXOpen.Features.ShipDesign.StiffenerSystemBuilder.MountingMethods 
MountingMethod [get, set]
 Returns or sets the mounting method More...
 
unsafe NXOpen.Expression OffsetDistance [get]
 Returns the distance from the OffsetPlane to generate the first plane. More...
 
unsafe NXOpen.Expression OffsetDistanceEnd [get]
 Returns the distance from the OffsetPlane to generate the location at the end of the stiffener system. More...
 
unsafe NXOpen.Expression OffsetDistanceStart [get]
 Returns the distance from the OffsetPlane to generate the location at the start of the stiffener system. More...
 
unsafe int OffsetNumber [get, set]
 Returns or sets the number of offset planes to generate that define the path of the stiffener system. More...
 
unsafe NXOpen.Plane OffsetPlane [get, set]
 Returns or sets the first plane of the set of offset planes that define the path of the stiffener system. More...
 
unsafe NXOpen.Expression OffsetSpacing [get]
 Returns the distance between generated planes. More...
 
unsafe NXOpen.Expression OffsetSpacingEnd [get]
 Returns the distance between generated locations at the end of the stiffener system. More...
 
unsafe
NXOpen.Features.ShipDesign.StiffenerSystemBuilder.OffsetSpacingModes 
OffsetSpacingMode [get, set]
 Returns or 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...
 
unsafe NXOpen.Expression OffsetSpacingStart [get]
 Returns the distance between generated locations at the start of the stiffener system. More...
 
unsafe NXOpen.Expression OrientationAngle [get]
 Returns the angle at which the stiffener system is placed relative to the reference. More...
 
unsafe
NXOpen.Features.ShipDesign.OrientationDefinitionBuilder 
OrientationDefinitionBuilder [get]
 Returns the builder used to define the orientation for the stiffener system. More...
 
unsafe
NXOpen.Features.ShipDesign.StiffenerSystemBuilder.OrientationMethods 
OrientationMethod [get, set]
 Returns or sets the method used to define the reference for the orientation angle of stiffener system. More...
 
unsafe NXOpen.Direction OrientationVector [get, set]
 Returns or sets the vector specified for the orientation angle reference. More...
 
unsafe
NXOpen.Features.ShipDesign.PlaneListBuilderList 
PlaneList [get]
 Returns the list of defined planes that define the path of the stiffener system. More...
 
unsafe NXOpen.NXObjectList PlanePairList [get]
 Returns the list of pairs of planes that generate points on the ship structure to define the path of the stiffener system. More...
 
unsafe NXOpen.SelectNXObjectList Planes [get]
 Returns the planes selected that define the path of the stiffener system. More...
 
unsafe NXOpen.NXObjectList PointList [get]
 Returns the list of selected or defined points that define the path of the stiffener system. More...
 
unsafe
NXOpen.Features.ShipDesign.StiffenerSystemBuilder.PointMethods 
PointMethod [get, set]
 Returns or sets the method used to define the generated points on the ship structure to define the path of the stiffener system. More...
 
unsafe
NXOpen.GeometricUtilities.ProjectionOptions 
ProjectionDirection [get]
 Returns the direction used to project the stiffener path object More...
 
unsafe bool Reverse [get, set]
 Returns or sets the indication whether the direction of the stiffener flange should be reversed. More...
 
unsafe
NXOpen.Features.ShipDesign.ShipNamesBuilder 
ShipNames [get]
 Returns the Ship Names builder, used to assign names to the Stiffener Systems created. More...
 
unsafe NXOpen.SelectNXObjectList ShipStructure [get]
 Returns the ship structure upon which to create the stiffener system. More...
 
unsafe
NXOpen.Features.ShipDesign.EndCutBuilder 
StartEndCut [get]
 Returns the detailed start end cut builder. More...
 
unsafe
NXOpen.Features.ShipDesign.StiffenerBySupportPathBuilder 
StiffenerBySupportPathData [get]
 Returns the path data used to define the support information of the stiffener. More...
 
unsafe
NXOpen.Features.ShipDesign.StiffenerStockBuilder 
StockData [get]
 Returns the stock data used to define the stock information of the stiffener. More...
 
unsafe bool SwitchSide [get, set]
 Returns or sets the indication whether the side of the ship structure should be switched. More...
 
unsafe
NXOpen.Features.ShipDesign.StiffenerSystemBuilder.Types 
Type [get, set]
 Returns or sets the method used to define the path of the stiffener system. More...
 
unsafe
NXOpen.Weld.CharacteristicsBuilder 
Weld [get]
 Returns the builder used to specify the welding characteristics for the stiffener system. 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...
 
unsafe bool PatchSolutionFlag [get, set]
 Returns or sets the patch solution flag More...
 
unsafe string PatchSurfaceFilename [get, set]
 Returns or sets the patch surface filename More...
 
unsafe string SurroundingPatchSurfaceFilename [get, set]
 Returns or sets the surrounding patch surface filename More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> 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

EndEndCut.ConnectionType

Connected

EndEndCut.DraftAngle.Value

0

EndEndCut.DraftOffset.Value

0 (millimeters part), 0 (inches part)

EndEndCut.DraftType

Trim

EndEndCut.EndFaceType

NeatTrim

EndEndCut.LimitType

Value

EndEndCut.Offset.Value

0 (millimeters part), 0 (inches part)

EndEndCut.SelectionType

FacesWithAttributes

EndEndCut.ShearAngle.Value

0

EndEndCut.TiltAngle.Value

0

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
Connected 
FlangeFree 
Sniped 
SnipedSquare 
None 

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

Enumerator
AlongSurfaceLength 
NormaltoPlane 
AlongSurfaceChord 

the mounting method offset type

Enumerator
NoOffset 

No mounting offset

AlongWeb 

Offset stiffener along web direction

FaceNormal 

Offset stiffener along placement face normal

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

Enumerator
Single 
Double 

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

Enumerator
FaceNormal 
Vector 

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

Enumerator
Planes 
Points 

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

Enumerator
Curves 
Planes 
OffsetPlanes 
Points 
BySupport 

Member Function Documentation

unsafe NXOpen.Features.ShipDesign.PlanePairBuilder NXOpen.Features.ShipDesign.StiffenerSystemBuilder.CreatePlanePairBuilder ( )
inline

Creates a NXOpen.Features.ShipDesign.PlanePairBuilder to add another pair of planes to the list.

Created in NX8.0.0

License requirements: nx_ship_basic ("Ship Basic Design")

Returns
unsafe NXOpen.Body NXOpen.Features.ShipDesign.StiffenerSystemBuilder.GetStiffenerBySupportBoundaryAttachedPlate ( NXOpen.Body  boundary)
inline

Returns the plate body where the stiffener by support boundary is attached.

Created in NX12.0.2

License requirements: None.

Parameters
boundary
Returns

Property Documentation

unsafe bool NXOpen.Features.ShipDesign.StiffenerSystemBuilder.ApplyFlangeSetback
getset

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

License requirements to set this property: nx_ship_detail ("Ship Detail Design")

unsafe bool NXOpen.Features.ShipDesign.StiffenerSystemBuilder.ApplyWebSetback
getset

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

License requirements to set this property: nx_ship_detail ("Ship Detail Design")

unsafe bool NXOpen.Features.ShipDesign.StiffenerSystemBuilder.BuildSolid
getset

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

Created in NX11.0.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.StiffenerSystemBuilder.ConnectAngle
getset

Returns or sets the connect angle of stiffener by support in degrees, negative value is not allowed

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_detail ("Ship Detail Design")

unsafe bool NXOpen.Features.ShipDesign.StiffenerSystemBuilder.CreateSeamsAtKnuckles
getset

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

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 NXOpen.Section NXOpen.Features.ShipDesign.StiffenerSystemBuilder.Curves
get

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

Only used when Type is NXOpen.Features.ShipDesign.StiffenerSystemBuilder.Types.Curves .

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Features.ShipDesign.StiffenerSystemBuilder.EndCutTypes NXOpen.Features.ShipDesign.StiffenerSystemBuilder.EndCutEnd
getset

Returns or sets the end cut to use at the end of the complete stiffener system.

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.Features.ShipDesign.StiffenerSystemBuilder.EndCutTypes NXOpen.Features.ShipDesign.StiffenerSystemBuilder.EndCutStart
getset

Returns or sets the end cut to use at the start of the complete stiffener system.

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.Features.ShipDesign.EndCutBuilder NXOpen.Features.ShipDesign.StiffenerSystemBuilder.EndEndCut
get

Returns the detailed end end cut builder.

Created in NX12.0.2

License requirements: None.

unsafe double NXOpen.Features.ShipDesign.StiffenerSystemBuilder.KnuckleLocationTolerance
getset

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

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 NXOpen.Features.ShipDesign.StiffenerSystemBuilder.MeasureAlongModes NXOpen.Features.ShipDesign.StiffenerSystemBuilder.MeasureAlongMode
getset

Returns or sets the method used to measure distances between planes.

Only used when Type is NXOpen.Features.ShipDesign.StiffenerSystemBuilder.Types.OffsetPlanes .

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.Features.ShipDesign.StiffenerSystemBuilder.MountingMethods NXOpen.Features.ShipDesign.StiffenerSystemBuilder.MountingMethod
getset

Returns or sets the mounting method

Created in NX10.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.StiffenerSystemBuilder.OffsetDistance
get

Returns the distance from the OffsetPlane to generate the first plane.

Only used when Type is NXOpen.Features.ShipDesign.StiffenerSystemBuilder.Types.OffsetPlanes and OffsetSpacing is NXOpen.Features.ShipDesign.StiffenerSystemBuilder.OffsetSpacingModes.Single .

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.ShipDesign.StiffenerSystemBuilder.OffsetDistanceEnd
get

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.Types.OffsetPlanes and OffsetSpacing is NXOpen.Features.ShipDesign.StiffenerSystemBuilder.OffsetSpacingModes.Double .

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.ShipDesign.StiffenerSystemBuilder.OffsetDistanceStart
get

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.Types.OffsetPlanes and OffsetSpacing is NXOpen.Features.ShipDesign.StiffenerSystemBuilder.OffsetSpacingModes.Double .

Created in NX8.0.0

License requirements: None.

unsafe int NXOpen.Features.ShipDesign.StiffenerSystemBuilder.OffsetNumber
getset

Returns or 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.Types.OffsetPlanes .

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.StiffenerSystemBuilder.OffsetPlane
getset

Returns or 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.Types.OffsetPlanes .

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.StiffenerSystemBuilder.OffsetSpacing
get

Returns the distance between generated planes.

Only used when Type is NXOpen.Features.ShipDesign.StiffenerSystemBuilder.Types.OffsetPlanes and OffsetSpacing is NXOpen.Features.ShipDesign.StiffenerSystemBuilder.OffsetSpacingModes.Single .

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.ShipDesign.StiffenerSystemBuilder.OffsetSpacingEnd
get

Returns the distance between generated locations at the end of the stiffener system.

Only used when Type is NXOpen.Features.ShipDesign.StiffenerSystemBuilder.Types.OffsetPlanes and OffsetSpacing is NXOpen.Features.ShipDesign.StiffenerSystemBuilder.OffsetSpacingModes.Double .

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Features.ShipDesign.StiffenerSystemBuilder.OffsetSpacingModes NXOpen.Features.ShipDesign.StiffenerSystemBuilder.OffsetSpacingMode
getset

Returns or 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.Types.OffsetPlanes .

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.StiffenerSystemBuilder.OffsetSpacingStart
get

Returns the distance between generated locations at the start of the stiffener system.

Only used when Type is NXOpen.Features.ShipDesign.StiffenerSystemBuilder.Types.OffsetPlanes and OffsetSpacing is NXOpen.Features.ShipDesign.StiffenerSystemBuilder.OffsetSpacingModes.Double .

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.ShipDesign.StiffenerSystemBuilder.OrientationAngle
get

Returns the angle at which the stiffener system is placed relative to the reference.

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Features.ShipDesign.OrientationDefinitionBuilder NXOpen.Features.ShipDesign.StiffenerSystemBuilder.OrientationDefinitionBuilder
get

Returns the builder used to define the orientation for the stiffener system.

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.Features.ShipDesign.StiffenerSystemBuilder.OrientationMethods NXOpen.Features.ShipDesign.StiffenerSystemBuilder.OrientationMethod
getset

Returns or sets the method used to define the reference for the orientation angle of stiffener system.

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.Direction NXOpen.Features.ShipDesign.StiffenerSystemBuilder.OrientationVector
getset

Returns or sets the vector specified for the orientation angle reference.

Only used when when Method is NXOpen.Features.ShipDesign.StiffenerSystemBuilder.OrientationMethods.Vector ..

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.Features.ShipDesign.PlaneListBuilderList NXOpen.Features.ShipDesign.StiffenerSystemBuilder.PlaneList
get

Returns the list of defined planes that define the path of the stiffener system.

Only used when Type is NXOpen.Features.ShipDesign.StiffenerSystemBuilder.Types.Planes .

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.NXObjectList NXOpen.Features.ShipDesign.StiffenerSystemBuilder.PlanePairList
get

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.Types.Points and PointMethod is NXOpen.Features.ShipDesign.StiffenerSystemBuilder.PointMethods.Planes .

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.SelectNXObjectList NXOpen.Features.ShipDesign.StiffenerSystemBuilder.Planes
get

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

Only used when Type is NXOpen.Features.ShipDesign.StiffenerSystemBuilder.Types.Planes .

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.NXObjectList NXOpen.Features.ShipDesign.StiffenerSystemBuilder.PointList
get

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.Types.Points and PointMethod is NXOpen.Features.ShipDesign.StiffenerSystemBuilder.PointMethods.Points .

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Features.ShipDesign.StiffenerSystemBuilder.PointMethods NXOpen.Features.ShipDesign.StiffenerSystemBuilder.PointMethod
getset

Returns or 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.Types.Points .

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.GeometricUtilities.ProjectionOptions NXOpen.Features.ShipDesign.StiffenerSystemBuilder.ProjectionDirection
get

Returns the direction used to project the stiffener path object

Created in NX9.0.0

License requirements: None.

unsafe bool NXOpen.Features.ShipDesign.StiffenerSystemBuilder.Reverse
getset

Returns or 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 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.StiffenerSystemBuilder.ShipNames
get

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

Created in NX9.0.2

License requirements: None.

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

Returns the ship structure upon which to create the stiffener system.

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Features.ShipDesign.EndCutBuilder NXOpen.Features.ShipDesign.StiffenerSystemBuilder.StartEndCut
get

Returns the detailed start end cut builder.

Created in NX12.0.2

License requirements: None.

unsafe NXOpen.Features.ShipDesign.StiffenerBySupportPathBuilder NXOpen.Features.ShipDesign.StiffenerSystemBuilder.StiffenerBySupportPathData
get

Returns the path data used to define the support information of the stiffener.

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.Features.ShipDesign.StiffenerStockBuilder NXOpen.Features.ShipDesign.StiffenerSystemBuilder.StockData
get

Returns the stock data used to define the stock information of the stiffener.

Created in NX8.0.0

License requirements: None.

unsafe bool NXOpen.Features.ShipDesign.StiffenerSystemBuilder.SwitchSide
getset

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

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

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

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

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

unsafe NXOpen.Weld.CharacteristicsBuilder NXOpen.Features.ShipDesign.StiffenerSystemBuilder.Weld
get

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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.