ViewBoundaryBuilder Class

class NXOpen.Drawings.ViewBoundaryBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents the View Boundary (Drawings.

ViewBoundaryBuilder)

New in version NX6.0.0.

Properties

Property Description
BoundaryPoint1 Returns or sets the first corner point
BoundaryPoint2 Returns or sets the second corner point
BoundaryType Returns or sets the orientation type
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

ViewBoundaryBuilderType Enumeration The view boundary type

Property Detail

BoundaryPoint1

ViewBoundaryBuilder.BoundaryPoint1

Returns or sets the first corner point

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

Getter Method

Signature BoundaryPoint1

Returns:
Return type:NXOpen.Point

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature BoundaryPoint1

Parameters:boundaryPoint1 (NXOpen.Point) –

New in version NX6.0.0.

License requirements: nx_layout (“NX Layout”)

BoundaryPoint2

ViewBoundaryBuilder.BoundaryPoint2

Returns or sets the second corner point

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

Getter Method

Signature BoundaryPoint2

Returns:
Return type:NXOpen.Point

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature BoundaryPoint2

Parameters:boundaryPoint2 (NXOpen.Point) –

New in version NX6.0.0.

License requirements: nx_layout (“NX Layout”)

BoundaryType

ViewBoundaryBuilder.BoundaryType

Returns or sets the orientation type

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

Getter Method

Signature BoundaryType

Returns:returns the boundary type.
Return type:NXOpen.Drawings.ViewBoundaryBuilderType

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature BoundaryType

Parameters:type (NXOpen.Drawings.ViewBoundaryBuilderType) – sets the boundary type.

New in version NX6.0.0.

License requirements: nx_layout (“NX Layout”)

Method Detail

Validate

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