EdgeFaceImprintBuilder Class

class NXOpen.CAE.EdgeFaceImprintBuilder

Bases: NXOpen.Builder

Builder for creating Face Face Imprint

To create a new instance of this class, use NXOpen.CAE.AbstractionManager.CreateEdgeFaceImprintBuilder()

New in version NX11.0.0.

Properties

Property Description
EdgeCurveSelection Returns the edge/curve selection for projection imprint
ExtendEdgeToBoundaryToggle Returns or sets the stitch toggle state
ProjectionDirectionMethod Returns or sets the projection direction method
ProjectionVector Returns or sets the projection vector direction
StitchToggle Returns or sets the stitch toggle state
Tag Returns the Tag for this object.
TargetFace Returns the target face selection for projection imprint

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

EdgeFaceImprintBuilderProjectionDirectionType Enumeration the projection directon type

Property Detail

EdgeCurveSelection

EdgeFaceImprintBuilder.EdgeCurveSelection

Returns the edge/curve selection for projection imprint

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

Getter Method

Signature EdgeCurveSelection

Returns:
Return type:NXOpen.SelectDisplayableObjectList

New in version NX11.0.0.

License requirements: None.

ExtendEdgeToBoundaryToggle

EdgeFaceImprintBuilder.ExtendEdgeToBoundaryToggle

Returns or sets the stitch toggle state

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

Getter Method

Signature ExtendEdgeToBoundaryToggle

Returns:
Return type:bool

New in version NX11.0.0.

License requirements: None.

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

Setter Method

Signature ExtendEdgeToBoundaryToggle

Parameters:extendEdgetoBoundaryOpt (bool) –

New in version NX11.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

ProjectionDirectionMethod

EdgeFaceImprintBuilder.ProjectionDirectionMethod

Returns or sets the projection direction method

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

Getter Method

Signature ProjectionDirectionMethod

Returns:
Return type:NXOpen.CAE.EdgeFaceImprintBuilderProjectionDirectionType

New in version NX11.0.0.

License requirements: None.

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

Setter Method

Signature ProjectionDirectionMethod

Parameters:projDirectionType (NXOpen.CAE.EdgeFaceImprintBuilderProjectionDirectionType) –

New in version NX11.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

ProjectionVector

EdgeFaceImprintBuilder.ProjectionVector

Returns or sets the projection vector direction

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

Getter Method

Signature ProjectionVector

Returns:
Return type:NXOpen.Direction

New in version NX11.0.0.

License requirements: None.

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

Setter Method

Signature ProjectionVector

Parameters:projectionVector (NXOpen.Direction) –

New in version NX11.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

StitchToggle

EdgeFaceImprintBuilder.StitchToggle

Returns or sets the stitch toggle state

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

Getter Method

Signature StitchToggle

Returns:
Return type:bool

New in version NX11.0.0.

License requirements: None.

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

Setter Method

Signature StitchToggle

Parameters:stitchOption (bool) –

New in version NX11.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

TargetFace

EdgeFaceImprintBuilder.TargetFace

Returns the target face selection for projection imprint

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

Getter Method

Signature TargetFace

Returns:
Return type:NXOpen.SelectDisplayableObjectList

New in version NX11.0.0.

License requirements: None.

Method Detail

Validate

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