StartSymmetricModelingBuilder Class

class NXOpen.Features.Subdivision.StartSymmetricModelingBuilder

Bases: NXOpen.Builder

Represents a NXOpen.Features.Subdivision.StartSymmetricModelingBuilder builder

To create a new instance of this class, use NXOpen.Features.Subdivision.SubdivisionBodyCollection.CreateStartSymmetricModelingBuilder()

New in version NX9.0.0.

Properties

Property Description
EdgesToProject Returns the edges to project
MirrorProcedureOptions Returns or sets the mirror procedure options
Plane Returns or sets the plane
SwitchSide Returns or sets the flag indicating if the mirror side should be switched
Tag Returns the Tag for this object.

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
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.
GetObject Returns the object currently being edited by this builder.
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Enumerations

StartSymmetricModelingBuilderMirrorProcedureOption Enumeration The options used to establish symmetric model

Property Detail

EdgesToProject

StartSymmetricModelingBuilder.EdgesToProject

Returns the edges to project

-------------------------------------

Getter Method

Signature EdgesToProject

Returns:
Return type:NXOpen.Features.Subdivision.SelectCageObjectData

New in version NX9.0.0.

License requirements: None.

MirrorProcedureOptions

StartSymmetricModelingBuilder.MirrorProcedureOptions

Returns or sets the mirror procedure options

-------------------------------------

Getter Method

Signature MirrorProcedureOptions

Returns:
Return type:NXOpen.Features.Subdivision.StartSymmetricModelingBuilderMirrorProcedureOption

New in version NX9.0.0.

Deprecated since version NX10.0.0: This property is redundent and hence not necessary.

License requirements: None.

-------------------------------------

Setter Method

Signature MirrorProcedureOptions

Parameters:mirrorProcedureOptions (NXOpen.Features.Subdivision.StartSymmetricModelingBuilderMirrorProcedureOption) –

New in version NX9.0.0.

Deprecated since version NX10.0.0: This property is redundent and hence not necessary.

License requirements: nx_subdivision (” NX SUBDIVISION”)

Plane

StartSymmetricModelingBuilder.Plane

Returns or sets the plane

-------------------------------------

Getter Method

Signature Plane

Returns:
Return type:NXOpen.Plane

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Plane

Parameters:plane (NXOpen.Plane) –

New in version NX9.0.0.

License requirements: nx_subdivision (” NX SUBDIVISION”)

SwitchSide

StartSymmetricModelingBuilder.SwitchSide

Returns or sets the flag indicating if the mirror side should be switched

-------------------------------------

Getter Method

Signature SwitchSide

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature SwitchSide

Parameters:switchSide (bool) –

New in version NX9.0.0.

License requirements: nx_subdivision (” NX SUBDIVISION”)

Method Detail

Validate

StartSymmetricModelingBuilder.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.