SteelSupportBuilder Class¶
-
class
NXOpen.Features.ShipDesign.SteelSupportBuilder¶ Bases:
NXOpen.Features.FeatureBuilderRepresents a
NXOpen.Features.ShipDesign.SteelSupportbuilderTo create a new instance of this class, use
NXOpen.Features.ShipCollection.CreateSteelSupportBuilder()Default values.
Property Value AngularDim.Value 0 EndCapThickness.Value 0 (millimeters part), 0 (inches part) EndOffset.Value 0 (millimeters part), 0 (inches part) Line1Offset.Value 0 (millimeters part), 0 (inches part) Line2Offset.Value 0 (millimeters part), 0 (inches part) PlacementMethod TwoPlanesandLines StartCapThickness.Value 0 (millimeters part), 0 (inches part) StartOffset.Value 0 (millimeters part), 0 (inches part) SupportCapOptions None New in version NX7.5.0.
Properties¶
| Property | Description |
|---|---|
| AngularDim | Returns the angular dimension used to rotate the support feature. |
| AttributeMaterial | Returns or sets the attribute material |
| AttributeName | Returns or sets the name attribute value |
| CoordSystem | Returns or sets the coord system (only used with SpecifyCsys creation method) |
| EndCapSize | Returns or sets the end cap size. |
| EndCapThickness | Returns the end cap thickness |
| EndCapType | Returns or sets the end cap type. |
| EndOffset | Returns the offset used to determine where the support ends (used with SpecifyLine and SpecifyCsys creation methods) |
| EndPlane | Returns or sets the end plane (only used with TwoPlanesandLines creation method) |
| KeepCoordSystem | Returns or sets whether or not we should keep the selected csys on apply (only used with SpecifyCsys creation method) |
| KeepEndPlane | Returns or sets whether or not we should keep the selected end plane on apply (only used with TwoPlanesandLines creation method) |
| KeepReverseEndOffset | Returns or sets the keep previous reverse setting on apply (used with SpecifyLine and SpecifyCsys creation methods) |
| KeepReverseLine1Offset | Returns or sets the keep previous reverse setting on apply (only used with TwoPlanesandLines creation method) |
| KeepReverseLine2Offset | Returns or sets the keep previous reverse setting on apply (only used with TwoPlanesandLines creation method) |
| KeepReverseStartOffset | Returns or sets the keep previous reverse setting on apply (used with SpecifyLine and SpecifyCsys creation methods) |
| KeepSelectGuideCurve | Returns or sets whether or not we should keep the selected guide curve on apply (only used with SpecifyLine creation method) |
| KeepSelectLine1 | Returns or sets whether or not we should keep the selected first line on apply (only used with TwoPlanesandLines creation method) |
| KeepSelectLine2 | Returns or sets whether or not we should keep the selected second line on apply (only used with TwoPlanesandLines creation method) |
| KeepSelectOrientationLine | Returns or sets whether or not we should keep the selected orientation line on apply (only used with SpecifyLine creation method) |
| KeepStartPlane | Returns or sets whether or not we should keep the selected start plane on apply (only used with TwoPlanesandLines creation method) |
| Line1Offset | Returns the first line offset (only used with TwoPlanesandLines creation method) |
| Line2Offset | Returns the second line offset (only used with TwoPlanesandLines creation method) |
| ParentFeatureInternal | Returns or sets whether or not the latest timestamped parent feature of this feature should be made internal |
| PatchSolutionFlag | Returns or sets the patch solution flag |
| PatchSurfaceFilename | Returns or sets the patch surface filename |
| PlacementMethod | Returns or sets the placement method used to create the feature |
| ReverseEndOffset | Returns or sets the reverse end offset (used with SpecifyLine and SpecifyCsys creation methods) |
| ReverseLine1Offset | Returns or sets the reverse first line offset (only used with TwoPlanesandLines creation method) |
| ReverseLine2Offset | Returns or sets the reverse second line offset (only used with TwoPlanesandLines creation method) |
| ReverseStartOffset | Returns or sets the reverse start offset (used with SpecifyLine and SpecifyCsys creation methods) |
| SelectGuideCurve | Returns the select guide curve (only used with SpecifyLine creation method) |
| SelectLine1 | Returns the first line (only used with TwoPlanesandLines creation method) |
| SelectLine2 | Returns the second line (only used with TwoPlanesandLines creation method) |
| SelectOrientationLine | Returns the orientation line (only used with SpecifyLine creation method) |
| StartCapSize | Returns or sets the start cap size. |
| StartCapThickness | Returns the start cap thickness |
| StartCapType | Returns or sets the start cap type. |
| StartOffset | Returns the offset used to determine where the support starts (used with SpecifyLine and SpecifyCsys creation methods) |
| StartPlane | Returns or sets the start plane (only used with TwoPlanesandLines creation method) |
| SupportCapOptions | Returns or sets the support cap options |
| SupportSize | Returns or sets the support size. |
| SupportType | Returns or sets the support type. |
| SurroundingPatchSurfaceFilename | Returns or sets the surrounding patch surface filename |
| Tag | Returns the Tag for this object. |
Methods¶
| Method | Description |
|---|---|
| Commit | Commits any edits that have been applied to the builder. |
| CommitFeature | Commits the feature parameters and creates the feature |
| Destroy | Deletes the builder, and cleans up any objects created by the builder. |
| GetAvailableAttributeMaterials | Returns the list of available material attributes |
| GetAvailableAttributeNames | Returns the list of available name attributes |
| GetAvailableCapTypes | The list of available start and end cap types. |
| GetAvailableEndCapSizes | The list of available end cap sizes. |
| GetAvailableStartCapSizes | The list of available start cap sizes. |
| GetAvailableSupportSizes | The list of available sizes. |
| GetAvailableSupportTypes | The list of available support types. |
| GetCommittedObjects | For builders that create more than one object, this method returns the objects that are created by commit. |
| GetFeature | Returns the feature currently being edited by this builder. |
| GetObject | Returns the object currently being edited by this builder. |
| HideInternalParentFeatureAfterEdit | Re-suppress an internal parent feature (a slave feature) after it has been edited. |
| SetParentFeatureInternal | Set the parent features which would be internal or slaves to the feature being created or commited |
| ShowInternalParentFeatureForEdit | Unsuppress an internal parent feature (a slave feature) so it can be edited. |
| ShowResults | Updates the model to reflect the result of an edit to the model for all builders that support showing results. |
| UnsetParentFeatureInternal | Set the internal parent feature of the feature being edited to external |
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Enumerations¶
| SteelSupportBuilderCapOptions Enumeration | Does this feature have end caps, and if so what kind? |
| SteelSupportBuilderCreationMethod Enumeration | Method used to create the support feature |
Property Detail¶
AngularDim¶
-
SteelSupportBuilder.AngularDim¶ Returns the angular dimension used to rotate the support feature.
-------------------------------------Getter Method
Signature
AngularDimReturns: Return type: NXOpen.ExpressionNew in version NX7.5.0.
License requirements: None.
AttributeMaterial¶
-
SteelSupportBuilder.AttributeMaterial¶ Returns or sets the attribute material
-------------------------------------Getter Method
Signature
AttributeMaterialReturns: Return type: int New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AttributeMaterialParameters: attributeMaterial (int) – New in version NX7.5.0.
License requirements: nx_ship_concept (“Ship Concept”)
AttributeName¶
-
SteelSupportBuilder.AttributeName¶ Returns or sets the name attribute value
-------------------------------------Getter Method
Signature
AttributeNameReturns: Return type: int New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AttributeNameParameters: attributeName (int) – New in version NX7.5.0.
License requirements: nx_ship_concept (“Ship Concept”)
CoordSystem¶
-
SteelSupportBuilder.CoordSystem¶ Returns or sets the coord system (only used with “SpecifyCsys” creation method)
-------------------------------------Getter Method
Signature
CoordSystemReturns: Return type: NXOpen.CoordinateSystemNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CoordSystemParameters: coordSystem ( NXOpen.CoordinateSystem) –New in version NX7.5.0.
License requirements: nx_ship_concept (“Ship Concept”)
EndCapSize¶
-
SteelSupportBuilder.EndCapSize¶ Returns or sets the end cap size.
Determines the cross section of the support cap.
-------------------------------------Getter Method
Signature
EndCapSizeReturns: Return type: int New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
EndCapSizeParameters: endCapSize (int) – New in version NX7.5.0.
License requirements: nx_ship_concept (“Ship Concept”)
EndCapThickness¶
-
SteelSupportBuilder.EndCapThickness¶ Returns the end cap thickness
-------------------------------------Getter Method
Signature
EndCapThicknessReturns: Return type: NXOpen.ExpressionNew in version NX7.5.0.
License requirements: None.
EndCapType¶
-
SteelSupportBuilder.EndCapType¶ Returns or sets the end cap type.
Determines the cross section of the support cap.
-------------------------------------Getter Method
Signature
EndCapTypeReturns: Return type: int New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
EndCapTypeParameters: endCapType (int) – New in version NX7.5.0.
License requirements: nx_ship_concept (“Ship Concept”)
EndOffset¶
-
SteelSupportBuilder.EndOffset¶ Returns the offset used to determine where the support ends (used with “SpecifyLine” and “SpecifyCsys” creation methods)
-------------------------------------Getter Method
Signature
EndOffsetReturns: Return type: NXOpen.ExpressionNew in version NX7.5.0.
License requirements: None.
EndPlane¶
-
SteelSupportBuilder.EndPlane¶ Returns or sets the end plane (only used with “TwoPlanesandLines” creation method)
-------------------------------------Getter Method
Signature
EndPlaneReturns: Return type: NXOpen.PlaneNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
EndPlaneParameters: endPlane ( NXOpen.Plane) –New in version NX7.5.0.
License requirements: nx_ship_concept (“Ship Concept”)
KeepCoordSystem¶
-
SteelSupportBuilder.KeepCoordSystem¶ Returns or sets whether or not we should keep the selected csys on apply (only used with “SpecifyCsys” creation method)
-------------------------------------Getter Method
Signature
KeepCoordSystemReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
KeepCoordSystemParameters: keepCoordSystem (bool) – New in version NX7.5.0.
License requirements: nx_ship_concept (“Ship Concept”)
KeepEndPlane¶
-
SteelSupportBuilder.KeepEndPlane¶ Returns or sets whether or not we should keep the selected end plane on apply (only used with “TwoPlanesandLines” creation method)
-------------------------------------Getter Method
Signature
KeepEndPlaneReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
KeepEndPlaneParameters: keepEndPlane (bool) – New in version NX7.5.0.
License requirements: nx_ship_concept (“Ship Concept”)
KeepReverseEndOffset¶
-
SteelSupportBuilder.KeepReverseEndOffset¶ Returns or sets the keep previous reverse setting on apply (used with “SpecifyLine” and “SpecifyCsys” creation methods)
-------------------------------------Getter Method
Signature
KeepReverseEndOffsetReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
KeepReverseEndOffsetParameters: keepReverseEndOffset (bool) – New in version NX7.5.0.
License requirements: nx_ship_concept (“Ship Concept”)
KeepReverseLine1Offset¶
-
SteelSupportBuilder.KeepReverseLine1Offset¶ Returns or sets the keep previous reverse setting on apply (only used with “TwoPlanesandLines” creation method)
-------------------------------------Getter Method
Signature
KeepReverseLine1OffsetReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
KeepReverseLine1OffsetParameters: keepReverseLine1Offset (bool) – New in version NX7.5.0.
License requirements: nx_ship_concept (“Ship Concept”)
KeepReverseLine2Offset¶
-
SteelSupportBuilder.KeepReverseLine2Offset¶ Returns or sets the keep previous reverse setting on apply (only used with “TwoPlanesandLines” creation method)
-------------------------------------Getter Method
Signature
KeepReverseLine2OffsetReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
KeepReverseLine2OffsetParameters: keepReverseLine2Offset (bool) – New in version NX7.5.0.
License requirements: nx_ship_concept (“Ship Concept”)
KeepReverseStartOffset¶
-
SteelSupportBuilder.KeepReverseStartOffset¶ Returns or sets the keep previous reverse setting on apply (used with “SpecifyLine” and “SpecifyCsys” creation methods)
-------------------------------------Getter Method
Signature
KeepReverseStartOffsetReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
KeepReverseStartOffsetParameters: keepReverseStartOffset (bool) – New in version NX7.5.0.
License requirements: nx_ship_concept (“Ship Concept”)
KeepSelectGuideCurve¶
-
SteelSupportBuilder.KeepSelectGuideCurve¶ Returns or sets whether or not we should keep the selected guide curve on apply (only used with “SpecifyLine” creation method)
-------------------------------------Getter Method
Signature
KeepSelectGuideCurveReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
KeepSelectGuideCurveParameters: keepSelectGuideCurve (bool) – New in version NX7.5.0.
License requirements: nx_ship_concept (“Ship Concept”)
KeepSelectLine1¶
-
SteelSupportBuilder.KeepSelectLine1¶ Returns or sets whether or not we should keep the selected first line on apply (only used with “TwoPlanesandLines” creation method)
-------------------------------------Getter Method
Signature
KeepSelectLine1Returns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
KeepSelectLine1Parameters: keepSelectLine1 (bool) – New in version NX7.5.0.
License requirements: nx_ship_concept (“Ship Concept”)
KeepSelectLine2¶
-
SteelSupportBuilder.KeepSelectLine2¶ Returns or sets whether or not we should keep the selected second line on apply (only used with “TwoPlanesandLines” creation method)
-------------------------------------Getter Method
Signature
KeepSelectLine2Returns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
KeepSelectLine2Parameters: keepSelectLine2 (bool) – New in version NX7.5.0.
License requirements: nx_ship_concept (“Ship Concept”)
KeepSelectOrientationLine¶
-
SteelSupportBuilder.KeepSelectOrientationLine¶ Returns or sets whether or not we should keep the selected orientation line on apply (only used with “SpecifyLine” creation method)
-------------------------------------Getter Method
Signature
KeepSelectOrientationLineReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
KeepSelectOrientationLineParameters: keepSelectOrientationLine (bool) – New in version NX7.5.0.
License requirements: nx_ship_concept (“Ship Concept”)
KeepStartPlane¶
-
SteelSupportBuilder.KeepStartPlane¶ Returns or sets whether or not we should keep the selected start plane on apply (only used with “TwoPlanesandLines” creation method)
-------------------------------------Getter Method
Signature
KeepStartPlaneReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
KeepStartPlaneParameters: keepStartPlane (bool) – New in version NX7.5.0.
License requirements: nx_ship_concept (“Ship Concept”)
Line1Offset¶
-
SteelSupportBuilder.Line1Offset¶ Returns the first line offset (only used with “TwoPlanesandLines” creation method)
-------------------------------------Getter Method
Signature
Line1OffsetReturns: Return type: NXOpen.ExpressionNew in version NX7.5.0.
License requirements: None.
Line2Offset¶
-
SteelSupportBuilder.Line2Offset¶ Returns the second line offset (only used with “TwoPlanesandLines” creation method)
-------------------------------------Getter Method
Signature
Line2OffsetReturns: Return type: NXOpen.ExpressionNew in version NX7.5.0.
License requirements: None.
PlacementMethod¶
-
SteelSupportBuilder.PlacementMethod¶ Returns or sets the placement method used to create the feature
-------------------------------------Getter Method
Signature
PlacementMethodReturns: Return type: NXOpen.Features.ShipDesign.SteelSupportBuilderCreationMethodNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PlacementMethodParameters: placementMethod ( NXOpen.Features.ShipDesign.SteelSupportBuilderCreationMethod) –New in version NX7.5.0.
License requirements: nx_ship_concept (“Ship Concept”)
ReverseEndOffset¶
-
SteelSupportBuilder.ReverseEndOffset¶ Returns or sets the reverse end offset (used with “SpecifyLine” and “SpecifyCsys” creation methods)
-------------------------------------Getter Method
Signature
ReverseEndOffsetReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ReverseEndOffsetParameters: reverseEndOffset (bool) – New in version NX7.5.0.
License requirements: nx_ship_concept (“Ship Concept”)
ReverseLine1Offset¶
-
SteelSupportBuilder.ReverseLine1Offset¶ Returns or sets the reverse first line offset (only used with “TwoPlanesandLines” creation method)
-------------------------------------Getter Method
Signature
ReverseLine1OffsetReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ReverseLine1OffsetParameters: reverseLine1Offset (bool) – New in version NX7.5.0.
License requirements: nx_ship_concept (“Ship Concept”)
ReverseLine2Offset¶
-
SteelSupportBuilder.ReverseLine2Offset¶ Returns or sets the reverse second line offset (only used with “TwoPlanesandLines” creation method)
-------------------------------------Getter Method
Signature
ReverseLine2OffsetReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ReverseLine2OffsetParameters: reverseLine2Offset (bool) – New in version NX7.5.0.
License requirements: nx_ship_concept (“Ship Concept”)
ReverseStartOffset¶
-
SteelSupportBuilder.ReverseStartOffset¶ Returns or sets the reverse start offset (used with “SpecifyLine” and “SpecifyCsys” creation methods)
-------------------------------------Getter Method
Signature
ReverseStartOffsetReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ReverseStartOffsetParameters: reverseStartOffset (bool) – New in version NX7.5.0.
License requirements: nx_ship_concept (“Ship Concept”)
SelectGuideCurve¶
-
SteelSupportBuilder.SelectGuideCurve¶ Returns the select guide curve (only used with “SpecifyLine” creation method)
-------------------------------------Getter Method
Signature
SelectGuideCurveReturns: Return type: NXOpen.SelectTaggedObjectNew in version NX7.5.0.
License requirements: None.
SelectLine1¶
-
SteelSupportBuilder.SelectLine1¶ Returns the first line (only used with “TwoPlanesandLines” creation method)
-------------------------------------Getter Method
Signature
SelectLine1Returns: Return type: NXOpen.SelectTaggedObjectNew in version NX7.5.0.
License requirements: None.
SelectLine2¶
-
SteelSupportBuilder.SelectLine2¶ Returns the second line (only used with “TwoPlanesandLines” creation method)
-------------------------------------Getter Method
Signature
SelectLine2Returns: Return type: NXOpen.SelectTaggedObjectNew in version NX7.5.0.
License requirements: None.
SelectOrientationLine¶
-
SteelSupportBuilder.SelectOrientationLine¶ Returns the orientation line (only used with “SpecifyLine” creation method)
-------------------------------------Getter Method
Signature
SelectOrientationLineReturns: Return type: NXOpen.SelectTaggedObjectNew in version NX7.5.0.
License requirements: None.
StartCapSize¶
-
SteelSupportBuilder.StartCapSize¶ Returns or sets the start cap size.
Determines the cross section of the support cap.
-------------------------------------Getter Method
Signature
StartCapSizeReturns: Return type: int New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StartCapSizeParameters: startCapSize (int) – New in version NX7.5.0.
License requirements: nx_ship_concept (“Ship Concept”)
StartCapThickness¶
-
SteelSupportBuilder.StartCapThickness¶ Returns the start cap thickness
-------------------------------------Getter Method
Signature
StartCapThicknessReturns: Return type: NXOpen.ExpressionNew in version NX7.5.0.
License requirements: None.
StartCapType¶
-
SteelSupportBuilder.StartCapType¶ Returns or sets the start cap type.
Determines the cross section of the support cap.
-------------------------------------Getter Method
Signature
StartCapTypeReturns: Return type: int New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StartCapTypeParameters: startCapType (int) – New in version NX7.5.0.
License requirements: nx_ship_concept (“Ship Concept”)
StartOffset¶
-
SteelSupportBuilder.StartOffset¶ Returns the offset used to determine where the support starts (used with “SpecifyLine” and “SpecifyCsys” creation methods)
-------------------------------------Getter Method
Signature
StartOffsetReturns: Return type: NXOpen.ExpressionNew in version NX7.5.0.
License requirements: None.
StartPlane¶
-
SteelSupportBuilder.StartPlane¶ Returns or sets the start plane (only used with “TwoPlanesandLines” creation method)
-------------------------------------Getter Method
Signature
StartPlaneReturns: Return type: NXOpen.PlaneNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StartPlaneParameters: startPlane ( NXOpen.Plane) –New in version NX7.5.0.
License requirements: nx_ship_concept (“Ship Concept”)
SupportCapOptions¶
-
SteelSupportBuilder.SupportCapOptions¶ Returns or sets the support cap options
-------------------------------------Getter Method
Signature
SupportCapOptionsReturns: Return type: NXOpen.Features.ShipDesign.SteelSupportBuilderCapOptionsNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SupportCapOptionsParameters: supportCapOptions ( NXOpen.Features.ShipDesign.SteelSupportBuilderCapOptions) –New in version NX7.5.0.
License requirements: nx_ship_concept (“Ship Concept”)
SupportSize¶
-
SteelSupportBuilder.SupportSize¶ Returns or sets the support size.
Determines the cross section of the support.
-------------------------------------Getter Method
Signature
SupportSizeReturns: Return type: int New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SupportSizeParameters: supportSize (int) – New in version NX7.5.0.
License requirements: nx_ship_concept (“Ship Concept”)
SupportType¶
-
SteelSupportBuilder.SupportType¶ Returns or sets the support type.
Determines the cross section of the support.
-------------------------------------Getter Method
Signature
SupportTypeReturns: Return type: int New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SupportTypeParameters: supportType (int) – New in version NX7.5.0.
License requirements: nx_ship_concept (“Ship Concept”)
Method Detail¶
GetAvailableAttributeMaterials¶
-
SteelSupportBuilder.GetAvailableAttributeMaterials¶ Returns the list of available material attributes
Signature
GetAvailableAttributeMaterials()Returns: Array of available attribute materials. These materials are specified in the customer defaults file. :rtype: list of str
New in version NX7.5.0.
License requirements: None.
GetAvailableAttributeNames¶
-
SteelSupportBuilder.GetAvailableAttributeNames¶ Returns the list of available name attributes
Signature
GetAvailableAttributeNames()Returns: Array of available attribute names. These names are specified in the customer defaults file. :rtype: list of str
New in version NX7.5.0.
License requirements: None.
GetAvailableCapTypes¶
-
SteelSupportBuilder.GetAvailableCapTypes¶ The list of available start and end cap types.
Signature
GetAvailableCapTypes()Returns: Array of available cap types. These names are specified by a special sketch naming convention for sketches loaded in the support cap library. :rtype: list of str
New in version NX7.5.0.
License requirements: None.
GetAvailableEndCapSizes¶
-
SteelSupportBuilder.GetAvailableEndCapSizes¶ The list of available end cap sizes.
The available end cap sizes will change everytime the end cap type changes.
Signature
GetAvailableEndCapSizes()Returns: Array of available end cap sizes. These names are specified by a special sketch naming convention for sketches loaded in the support cap library. :rtype: list of str
New in version NX7.5.0.
License requirements: None.
GetAvailableStartCapSizes¶
-
SteelSupportBuilder.GetAvailableStartCapSizes¶ The list of available start cap sizes.
The available start cap sizes will change everytime the start cap type changes.
Signature
GetAvailableStartCapSizes()Returns: Array of available start cap sizes. These names are specified by a special sketch naming convention for sketches loaded in the support cap library. :rtype: list of str
New in version NX7.5.0.
License requirements: None.
GetAvailableSupportSizes¶
-
SteelSupportBuilder.GetAvailableSupportSizes¶ The list of available sizes.
The available sizes will change everytime the support type changes.
Signature
GetAvailableSupportSizes()Returns: Array of available sizes. These names are specified by a special sketch naming convention for sketches loaded in the support library. :rtype: list of str
New in version NX7.5.0.
License requirements: None.
GetAvailableSupportTypes¶
-
SteelSupportBuilder.GetAvailableSupportTypes¶ The list of available support types.
Signature
GetAvailableSupportTypes()Returns: Array of available types. These names are specified by a special sketch naming convention for sketches loaded in the support library. :rtype: list of str
New in version NX7.5.0.
License requirements: None.
Validate¶
-
SteelSupportBuilder.Validate¶ Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.
Signature
Validate()Returns: Was self validation successful Return type: bool New in version NX3.0.1.
License requirements: None.