ViewProjectionPlaneBuilder Class

class NXOpen.Drawings.ViewProjectionPlaneBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents the View Projection Plane (Drawings.

ViewProjectionPlaneBuilder) .. versionadded:: NX6.0.2

Properties

Property Description
Axis Returns or sets the axis, define the vector and the point from which to infer the plane
DepthValue Returns the depth value
PlaneOption Returns or sets the plane option, decide how to get the plane
Tag Returns the Tag for this object.
View Returns the select view.

Methods

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

Enumerations

ViewProjectionPlaneBuilderPlaneOptions Enumeration the plane options to select

Property Detail

Axis

ViewProjectionPlaneBuilder.Axis

Returns or sets the axis, define the vector and the point from which to infer the plane

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

Getter Method

Signature Axis

Returns:
Return type:NXOpen.Axis

New in version NX6.0.2.

License requirements: None.

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

Setter Method

Signature Axis

Parameters:axis (NXOpen.Axis) –

New in version NX6.0.2.

License requirements: nx_layout (“NX Layout”)

DepthValue

ViewProjectionPlaneBuilder.DepthValue

Returns the depth value

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

Getter Method

Signature DepthValue

Returns:
Return type:NXOpen.Expression

New in version NX6.0.2.

License requirements: None.

PlaneOption

ViewProjectionPlaneBuilder.PlaneOption

Returns or sets the plane option, decide how to get the plane

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

Getter Method

Signature PlaneOption

Returns:
Return type:NXOpen.Drawings.ViewProjectionPlaneBuilderPlaneOptions

New in version NX6.0.2.

License requirements: None.

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

Setter Method

Signature PlaneOption

Parameters:option (NXOpen.Drawings.ViewProjectionPlaneBuilderPlaneOptions) –

New in version NX6.0.2.

License requirements: nx_layout (“NX Layout”)

View

ViewProjectionPlaneBuilder.View

Returns the select view.

This defines the plane view.

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

Getter Method

Signature View

Returns:
Return type:NXOpen.Drawings.SelectDraftingView

New in version NX6.0.2.

License requirements: None.

Method Detail

Validate

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