NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.MorphMeshTaskEnvironment Class Reference

Represents the Morph Mesh task environment associated with a session. More...

Inheritance diagram for NXOpen.MorphMeshTaskEnvironment:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void Enter ()
 Starts Morph Mesh task environment. More...
 
unsafe void Exit ()
 Ends Morph Mesh task environment. More...
 
unsafe void SetCancelled ()
 Marks the task to be cancelled such that during MorphMeshTaskEnvironment.Exit task is undone and all the changes are discarded. More...
 
unsafe void SetFeatureToEdit (NXOpen.Features.MorphMesh feature)
 Sets the feature to be edited. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe NXOpen.Features.MorphMesh ActiveMorphMeshFeature [get]
 Returns the active Morph Mesh body feature. More...
 
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Detailed Description

Represents the Morph Mesh task environment associated with a session.

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

Created in NX1872.0.0

Member Function Documentation

unsafe void NXOpen.MorphMeshTaskEnvironment.Enter ( )
inline

Starts Morph Mesh task environment.

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

Created in NX1872.0.0

License requirements: nx_polygon_modeling (" NX Polygon Modeling")

unsafe void NXOpen.MorphMeshTaskEnvironment.Exit ( )
inline

Ends Morph Mesh task environment.

Created in NX1872.0.0

License requirements: nx_polygon_modeling (" NX Polygon Modeling")

unsafe void NXOpen.MorphMeshTaskEnvironment.SetCancelled ( )
inline

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

Created in NX1872.0.0

License requirements: nx_polygon_modeling (" NX Polygon Modeling")

unsafe void NXOpen.MorphMeshTaskEnvironment.SetFeatureToEdit ( NXOpen.Features.MorphMesh  feature)
inline

Sets the feature to be edited.

Created in NX1872.0.0

License requirements: nx_polygon_modeling (" NX Polygon Modeling")

Parameters
feature

Property Documentation

unsafe NXOpen.Features.MorphMesh NXOpen.MorphMeshTaskEnvironment.ActiveMorphMeshFeature
get

Returns the active Morph Mesh body feature.

Created in NX1872.0.0

License requirements: None.

Tag NXOpen.MorphMeshTaskEnvironment.Tag
get

Returns the tag of this object.


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