SteelDistributionBuilder Class¶
-
class
NXOpen.Features.ShipDesign.SteelDistributionBuilder¶ Bases:
NXOpen.Features.FeatureBuilderRepresents a
NXOpen.Features.ShipDesign.SteelDistributionbuilderTo create a new instance of this class, use
NXOpen.Features.ShipCollection.CreateSteelDistributionBuilder()New in version NX5.0.0.
Properties¶
| Property | Description |
|---|---|
| AssemblyPart | Returns or sets the assembly part |
| Description | Returns or sets the description |
| FeatureName | Returns or sets the description |
| Form | Returns or sets the form |
| ItemType | Returns or sets the Item Type. |
| Material | Returns or sets the material |
| Name | Returns or sets the name |
| 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 |
| SaProject | Returns or sets the sa project |
| SectionNumber | Returns or sets the section number |
| Size | Returns or sets the size |
| SteelBodies | Returns the steel bodies |
| SubComponent | Returns or sets the get subcomponent |
| SurroundingPatchSurfaceFilename | Returns or sets the surrounding patch surface filename |
| Tag | Returns the Tag for this object. |
| TemplateCategoryName | Returns or sets the Template Category Name. |
| TemplateName | Returns or sets the Template Name. |
| Type | Returns or sets the type |
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. |
| 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¶
Property Detail¶
AssemblyPart¶
-
SteelDistributionBuilder.AssemblyPart¶ Returns or sets the assembly part
-------------------------------------Getter Method
Signature
AssemblyPartReturns: Return type: str New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AssemblyPartParameters: assemblyPart (str) – New in version NX5.0.0.
License requirements: nx_ship_concept (“Ship Concept”)
Description¶
-
SteelDistributionBuilder.Description¶ Returns or sets the description
-------------------------------------Getter Method
Signature
DescriptionReturns: Return type: str New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DescriptionParameters: description (str) – New in version NX5.0.0.
License requirements: nx_ship_concept (“Ship Concept”)
FeatureName¶
-
SteelDistributionBuilder.FeatureName¶ Returns or sets the description
-------------------------------------Getter Method
Signature
FeatureNameReturns: Return type: str New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FeatureNameParameters: featureName (str) – New in version NX5.0.0.
License requirements: nx_ship_concept (“Ship Concept”)
Form¶
-
SteelDistributionBuilder.Form¶ Returns or sets the form
-------------------------------------Getter Method
Signature
FormReturns: Return type: NXOpen.Features.ShipDesign.SteelDistributionBuilderSaFormNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FormParameters: form ( NXOpen.Features.ShipDesign.SteelDistributionBuilderSaForm) –New in version NX5.0.0.
License requirements: nx_ship_concept (“Ship Concept”)
ItemType¶
-
SteelDistributionBuilder.ItemType¶ Returns or sets the Item Type.
Only used in managed mode, ignored in native mode.
-------------------------------------Getter Method
Signature
ItemTypeReturns: Return type: str New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ItemTypeParameters: itemType (str) – New in version NX8.0.0.
License requirements: nx_ship_concept (“Ship Concept”)
Material¶
-
SteelDistributionBuilder.Material¶ Returns or sets the material
-------------------------------------Getter Method
Signature
MaterialReturns: Return type: NXOpen.Features.ShipDesign.SteelDistributionBuilderSaMaterialNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MaterialParameters: material ( NXOpen.Features.ShipDesign.SteelDistributionBuilderSaMaterial) –New in version NX5.0.0.
License requirements: nx_ship_concept (“Ship Concept”)
Name¶
-
SteelDistributionBuilder.Name¶ Returns or sets the name
-------------------------------------Getter Method
Signature
NameReturns: Return type: NXOpen.Features.ShipDesign.SteelDistributionBuilderSaNameNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
NameParameters: name ( NXOpen.Features.ShipDesign.SteelDistributionBuilderSaName) –New in version NX5.0.0.
License requirements: nx_ship_concept (“Ship Concept”)
SaProject¶
-
SteelDistributionBuilder.SaProject¶ Returns or sets the sa project
-------------------------------------Getter Method
Signature
SaProjectReturns: Return type: str New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SaProjectParameters: saProject (str) – New in version NX5.0.0.
License requirements: nx_ship_concept (“Ship Concept”)
SectionNumber¶
-
SteelDistributionBuilder.SectionNumber¶ Returns or sets the section number
-------------------------------------Getter Method
Signature
SectionNumberReturns: Return type: str New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SectionNumberParameters: sectionNumber (str) – New in version NX5.0.0.
License requirements: nx_ship_concept (“Ship Concept”)
Size¶
-
SteelDistributionBuilder.Size¶ Returns or sets the size
-------------------------------------Getter Method
Signature
SizeReturns: Return type: NXOpen.Features.ShipDesign.SteelDistributionBuilderSaSizeNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SizeParameters: size ( NXOpen.Features.ShipDesign.SteelDistributionBuilderSaSize) –New in version NX5.0.0.
License requirements: nx_ship_concept (“Ship Concept”)
SteelBodies¶
-
SteelDistributionBuilder.SteelBodies¶ Returns the steel bodies
-------------------------------------Getter Method
Signature
SteelBodiesReturns: Return type: NXOpen.SelectBodyListNew in version NX5.0.0.
License requirements: None.
SubComponent¶
-
SteelDistributionBuilder.SubComponent¶ Returns or sets the get subcomponent
-------------------------------------Getter Method
Signature
SubComponentReturns: Return type: bool New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SubComponentParameters: subComponent (bool) – New in version NX5.0.0.
License requirements: nx_ship_concept (“Ship Concept”)
TemplateCategoryName¶
-
SteelDistributionBuilder.TemplateCategoryName¶ Returns or sets the Template Category Name.
Only used in managed mode, ignored in native mode.
-------------------------------------Getter Method
Signature
TemplateCategoryNameReturns: Return type: str New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TemplateCategoryNameParameters: templateCategoryName (str) – New in version NX8.0.0.
License requirements: nx_ship_concept (“Ship Concept”)
TemplateName¶
-
SteelDistributionBuilder.TemplateName¶ Returns or sets the Template Name.
Only used in managed mode, ignored in native mode.
-------------------------------------Getter Method
Signature
TemplateNameReturns: Return type: str New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TemplateNameParameters: templateName (str) – New in version NX8.0.0.
License requirements: nx_ship_concept (“Ship Concept”)
Type¶
-
SteelDistributionBuilder.Type¶ Returns or sets the type
-------------------------------------Getter Method
Signature
TypeReturns: Return type: NXOpen.Features.ShipDesign.SteelDistributionBuilderSaTypeNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TypeParameters: type ( NXOpen.Features.ShipDesign.SteelDistributionBuilderSaType) –New in version NX5.0.0.
License requirements: nx_ship_concept (“Ship Concept”)
Method Detail¶
Validate¶
-
SteelDistributionBuilder.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.