ModelingViewSectionCap Enumeration

NXOpen.ModelingView.SectionCap is an alias for NXOpen.ModelingViewSectionCap

class NXOpen.ModelingViewSectionCap

Bases: object

Defines whether to disable and enable capping.

If enabled, the capping color can be further defined by ‘cap_color’, or using the color of the solid that is being sectioned. If desired, solid interference check can also be enabled for visual inspection .. deprecated:: NX5.0.0

This funcitonality is replaced by NXOpen.ModelingView.ActiveDynamicSection()

Enum Members

Enum Member Enum Member Description
Off
disable
On
enable using cap_color
BodyColor
enable using color of solid body
BodyColorAndInterference
with interference check
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.