ProjectionOptions Class

class NXOpen.GeometricUtilities.ProjectionOptions

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a ProjectionOptions

New in version NX4.0.0.

Properties

Property Description
ProjectDirectionMethod Returns or sets the Projection direction method
ProjectVector Returns or sets the Projection vector
Tag Returns the Tag for this object.

Methods

Method Description
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Enumerations

ProjectionOptionsDirectionType Enumeration This enum represents the projection direction types

Property Detail

ProjectDirectionMethod

ProjectionOptions.ProjectDirectionMethod

Returns or sets the Projection direction method

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

Getter Method

Signature ProjectDirectionMethod

Returns:0: Face normal; 1: Vector constructor
Return type:NXOpen.GeometricUtilities.ProjectionOptionsDirectionType

New in version NX4.0.0.

License requirements: None.

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

Setter Method

Signature ProjectDirectionMethod

Parameters:projectDirectionMethod (NXOpen.GeometricUtilities.ProjectionOptionsDirectionType) – 0: Face normal; 1: Vector constructor

New in version NX4.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”) OR cam_base (“CAM BASE”) OR insp_programming (“INSPECTION PROGRAMMING”)

ProjectVector

ProjectionOptions.ProjectVector

Returns or sets the Projection vector

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

Getter Method

Signature ProjectVector

Returns:Direction
Return type:NXOpen.Direction

New in version NX4.0.0.

License requirements: None.

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

Setter Method

Signature ProjectVector

Parameters:projectDirection (NXOpen.Direction) – Direction

New in version NX4.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”) OR cam_base (“CAM BASE”) OR insp_programming (“INSPECTION PROGRAMMING”)

Method Detail

Validate

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