SurfaceRangeBuilder Class

class NXOpen.GeometricUtilities.SurfaceRangeBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents the surface range and anchor builder

New in version NX6.0.0.

Properties

Property Description
AnchorPosition Returns or sets the anchor position
Tag Returns the Tag for this object.
UEnd Returns the u end
UStart Returns the u start
VEnd Returns the v end
VStart Returns the v start

Methods

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

Enumerations

SurfaceRangeBuilderAnchorPositionType Enumeration Represents the anchor position type

Property Detail

AnchorPosition

SurfaceRangeBuilder.AnchorPosition

Returns or sets the anchor position

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

Getter Method

Signature AnchorPosition

Returns:
Return type:NXOpen.GeometricUtilities.SurfaceRangeBuilderAnchorPositionType

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature AnchorPosition

Parameters:anchorPosition (NXOpen.GeometricUtilities.SurfaceRangeBuilderAnchorPositionType) –

New in version NX6.0.0.

License requirements: None.

UEnd

SurfaceRangeBuilder.UEnd

Returns the u end

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

Getter Method

Signature UEnd

Returns:
Return type:NXOpen.GeometricUtilities.OnPathDimensionBuilder

New in version NX6.0.0.

License requirements: None.

UStart

SurfaceRangeBuilder.UStart

Returns the u start

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

Getter Method

Signature UStart

Returns:
Return type:NXOpen.GeometricUtilities.OnPathDimensionBuilder

New in version NX6.0.0.

License requirements: None.

VEnd

SurfaceRangeBuilder.VEnd

Returns the v end

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

Getter Method

Signature VEnd

Returns:
Return type:NXOpen.GeometricUtilities.OnPathDimensionBuilder

New in version NX6.0.0.

License requirements: None.

VStart

SurfaceRangeBuilder.VStart

Returns the v start

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

Getter Method

Signature VStart

Returns:
Return type:NXOpen.GeometricUtilities.OnPathDimensionBuilder

New in version NX6.0.0.

License requirements: None.

Method Detail

Validate

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