Class UFSubdiv
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.UF
Assembly: NXOpen.UF.dll
Syntax
public class UFSubdiv : NXRemotableObject, IMessageSink
Methods
AskParms(Tag, out UFSubdiv.Type, out UFSubdiv.DataStructuresUnion)
Declaration
public void AskParms(Tag subdiv_tag, out UFSubdiv.Type subdiv_type, out UFSubdiv.DataStructuresUnion subdiv_structure_pointer)
Parameters
Type | Name | Description |
---|---|---|
Tag | subdiv_tag | |
UFSubdiv.Type | subdiv_type | |
UFSubdiv.DataStructuresUnion | subdiv_structure_pointer |
AskType(Tag, out UFSubdiv.Type)
Declaration
public void AskType(Tag subdiv_tag, out UFSubdiv.Type subdiv_type)
Parameters
Type | Name | Description |
---|---|---|
Tag | subdiv_tag | |
UFSubdiv.Type | subdiv_type |
Create(UFSubdiv.Type, ref UFSubdiv.DataStructuresUnion, out Tag)
Declaration
public void Create(UFSubdiv.Type subdiv_type, ref UFSubdiv.DataStructuresUnion subdiv_structure_pointer, out Tag subdiv_tag)
Parameters
Type | Name | Description |
---|---|---|
UFSubdiv.Type | subdiv_type | |
UFSubdiv.DataStructuresUnion | subdiv_structure_pointer | |
Tag | subdiv_tag |
Edit(UFSubdiv.Type, ref UFSubdiv.DataStructuresUnion, Tag)
Declaration
public void Edit(UFSubdiv.Type subdiv_type, ref UFSubdiv.DataStructuresUnion subdiv_structure_pointer, Tag subdiv_tag)
Parameters
Type | Name | Description |
---|---|---|
UFSubdiv.Type | subdiv_type | |
UFSubdiv.DataStructuresUnion | subdiv_structure_pointer | |
Tag | subdiv_tag |
Free(UFSubdiv.Type, ref UFSubdiv.DataStructuresUnion)
Declaration
public void Free(UFSubdiv.Type subdiv_type, ref UFSubdiv.DataStructuresUnion subdiv_structure_pointer)
Parameters
Type | Name | Description |
---|---|---|
UFSubdiv.Type | subdiv_type | |
UFSubdiv.DataStructuresUnion | subdiv_structure_pointer |
Implements
System.Runtime.Remoting.Messaging.IMessageSink