Class FrameTaskEnvironment
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.StructureDesign
Assembly: NXOpen.dll
Syntax
public class FrameTaskEnvironment : NXRemotableObject, IMessageSink
Constructors
FrameTaskEnvironment(Session)
Declaration
protected FrameTaskEnvironment(Session owner)
Parameters
| Type | Name | Description |
|---|---|---|
| Session | owner |
Properties
ActiveFeature
Declaration
public SuperFrame ActiveFeature { get; set; }
Property Value
| Type | Description |
|---|---|
| SuperFrame |
BaseType
Declaration
public SuperFrameBuilder.BaseTypes BaseType { get; set; }
Property Value
| Type | Description |
|---|---|
| SuperFrameBuilder.BaseTypes |
Tag
Declaration
public Tag Tag { get; }
Property Value
| Type | Description |
|---|---|
| Tag |
TransformType
Declaration
public SuperFrameBuilder.TransformTypes TransformType { get; set; }
Property Value
| Type | Description |
|---|---|
| SuperFrameBuilder.TransformTypes |
Methods
Edit(SuperFrame)
Declaration
public void Edit(SuperFrame feature)
Parameters
| Type | Name | Description |
|---|---|---|
| SuperFrame | feature |
Enter()
Declaration
public void Enter()
Exit()
Declaration
public void Exit()
SetCancelled()
Declaration
public void SetCancelled()
Implements
System.Runtime.Remoting.Messaging.IMessageSink