NXOpen .NET Reference  12.0.0
Public Member Functions | Properties | List of all members
NXOpen.SubdivisionTaskEnvironment Class Reference

Represents the subdivision task environment associated with a session. More...

Inheritance diagram for NXOpen.SubdivisionTaskEnvironment:

Public Member Functions

unsafe void Enter ()
 Starts subdivision task environment. More...
 
unsafe void Exit ()
 Ends subdivision task environment. More...
 
unsafe void SetFeatureToEdit (NXOpen.Features.Subdivision.SubdivisionBody subdivisionBodyFeature)
 Sets the feature to be edited. More...
 
unsafe void SetCancelled ()
 Marks the task to be cancelled such that during SubdivisionTaskEnvironment.Exit task is undone and all the changes are discarded. More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 
unsafe
NXOpen.Features.Subdivision.SubdivisionBody 
ActiveSubdivisionBodyFeature [get]
 Returns the active subdivision body feature. More...
 

Detailed Description

Represents the subdivision task environment associated with a session.

To obtain an instance of this class, refer to NXOpen.Session

Created in NX9.0.0

Member Function Documentation

unsafe void NXOpen.SubdivisionTaskEnvironment.Enter ( )

Starts subdivision task environment.

This method should be called before starting to use subdivision body feature tools. This method should not be called if already in a subdivision task environment.

Created in NX9.0.0

License requirements: nx_subdivision (" NX SUBDIVISION")

unsafe void NXOpen.SubdivisionTaskEnvironment.Exit ( )

Ends subdivision task environment.

Created in NX9.0.0

License requirements: nx_subdivision (" NX SUBDIVISION")

unsafe void NXOpen.SubdivisionTaskEnvironment.SetCancelled ( )

Marks the task to be cancelled such that during SubdivisionTaskEnvironment.Exit task is undone and all the changes are discarded.

Created in NX11.0.0

License requirements: nx_subdivision (" NX SUBDIVISION")

unsafe void NXOpen.SubdivisionTaskEnvironment.SetFeatureToEdit ( NXOpen.Features.Subdivision.SubdivisionBody  subdivisionBodyFeature)

Sets the feature to be edited.

Created in NX9.0.0

License requirements: nx_subdivision (" NX SUBDIVISION")

Parameters
subdivisionBodyFeature

Property Documentation

unsafe NXOpen.Features.Subdivision.SubdivisionBody NXOpen.SubdivisionTaskEnvironment.ActiveSubdivisionBodyFeature
get

Returns the active subdivision body feature.

Created in NX9.0.0

License requirements: None.

Tag NXOpen.SubdivisionTaskEnvironment.Tag
get

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.