ViewStyleVirtualIntersectionsBuilder Class

class NXOpen.Drawings.ViewStyleVirtualIntersectionsBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents the VIRTUAL INTERSECTIONS tab on the View Style Dialog (Drawings.

ViewStyleVirtualIntersectionsBuilder)

New in version NX6.0.0.

Properties

Property Description
AdjacentBlends Returns or sets the adjacent blends toggle on the VIRTUAL INTERSECTIONS tab of the View Style Dialog
Color Returns or sets the color on the VIRTUAL INTERSECTIONS tab of the View Style Dialog
EndGaps Returns or sets the end gaps toggle on the VIRTUAL INTERSECTIONS tab of the View Style Dialog
EndGapsDistance Returns or sets the end gaps data on the VIRTUAL INTERSECTIONS tab of the View Style Dialog
Font Returns or sets the font on the VIRTUAL INTERSECTIONS tab of the View Style Dialog
Tag Returns the Tag for this object.
VirtualIntersections Returns or sets the virtual intersections toggle on the VIRTUAL INTERSECTIONS tab of the View Style Dialog
Width Returns or sets the width on the VIRTUAL INTERSECTIONS tab of the View Style Dialog

Methods

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

Property Detail

AdjacentBlends

ViewStyleVirtualIntersectionsBuilder.AdjacentBlends

Returns or sets the adjacent blends toggle on the VIRTUAL INTERSECTIONS tab of the View Style Dialog

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

Getter Method

Signature AdjacentBlends

Returns:Returns the adjacent blends toggle value that is on the virtual intersections sub-builder
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature AdjacentBlends

Parameters:ajacentBlendsToggle (bool) – Sets a new adjacent blends toggle value on the virtual intersections sub-builder

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

Color

ViewStyleVirtualIntersectionsBuilder.Color

Returns or sets the color on the VIRTUAL INTERSECTIONS tab of the View Style Dialog

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

Getter Method

Signature Color

Returns:Returns the color that is on the virtual intersections sub-builder
Return type:Id

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Color

Parameters:color (Id) – Sets a new color on the virtual intersections sub-builder

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

EndGaps

ViewStyleVirtualIntersectionsBuilder.EndGaps

Returns or sets the end gaps toggle on the VIRTUAL INTERSECTIONS tab of the View Style Dialog

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

Getter Method

Signature EndGaps

Returns:Returns the end gaps toggle value that is on the virtual intersections sub-builder
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature EndGaps

Parameters:endGapsToggle (bool) – Sets a new end gaps toggle value on the virtual intersections sub-builder

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

EndGapsDistance

ViewStyleVirtualIntersectionsBuilder.EndGapsDistance

Returns or sets the end gaps data on the VIRTUAL INTERSECTIONS tab of the View Style Dialog

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

Getter Method

Signature EndGapsDistance

Returns:Returns the end gaps data that is on the virtual intersections sub-builder
Return type:float

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature EndGapsDistance

Parameters:endGapsData (float) – Sets new end gaps data on the virtual intersections sub-builder

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

Font

ViewStyleVirtualIntersectionsBuilder.Font

Returns or sets the font on the VIRTUAL INTERSECTIONS tab of the View Style Dialog

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

Getter Method

Signature Font

Returns:
Return type:NXOpen.Preferences.Font

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Font

Parameters:font (NXOpen.Preferences.Font) – Sets a new font on the virtual intersections sub-builder

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

VirtualIntersections

ViewStyleVirtualIntersectionsBuilder.VirtualIntersections

Returns or sets the virtual intersections toggle on the VIRTUAL INTERSECTIONS tab of the View Style Dialog

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

Getter Method

Signature VirtualIntersections

Returns:Returns the virtual intersections toggle value that is on the virtual intersections sub-builder
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature VirtualIntersections

Parameters:virtualIntersectionsToggle (bool) – Sets a new virtual intersections toggle value on the virtual intersections sub-builder

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

Width

ViewStyleVirtualIntersectionsBuilder.Width

Returns or sets the width on the VIRTUAL INTERSECTIONS tab of the View Style Dialog

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

Getter Method

Signature Width

Returns:Returns the width that is on the virtual intersections sub-builder
Return type:NXOpen.Preferences.Width

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Width

Parameters:width (NXOpen.Preferences.Width) – Sets a new width on the virtual intersections sub-builder

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

Method Detail

Validate

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