Class UFSfPost
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 UFSfPost : NXRemotableObject, IMessageSink
Methods
AnimateCreateAnimation(Int32)
Declaration
public void AnimateCreateAnimation(int model_num)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | model_num |
AnimateDeleteAnimation(Int32)
Declaration
public void AnimateDeleteAnimation(int model_num)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | model_num |
AnimateSetAnimCurFrame(Int32, Int32)
Declaration
public void AnimateSetAnimCurFrame(int model_num, int cfrm)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | model_num | |
System.Int32 | cfrm |
AnimateSetAnimCurIter(Int32, Int32)
Declaration
public void AnimateSetAnimCurIter(int model_num, int citer)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | model_num | |
System.Int32 | citer |
AnimateSetAnimIter(Int32, Boolean)
Declaration
public void AnimateSetAnimIter(int model_num, bool iter_sw)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | model_num | |
System.Boolean | iter_sw |
AnimateSetAnimIters(Int32, Int32, Int32)
Declaration
public void AnimateSetAnimIters(int model_num, int siter, int eiter)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | model_num | |
System.Int32 | siter | |
System.Int32 | eiter |
AnimateSetAnimNumFrames(Int32, Int32)
Declaration
public void AnimateSetAnimNumFrames(int model_num, int num_frm)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | model_num | |
System.Int32 | num_frm |
AnimateSetAnimType(Int32, Int32)
Declaration
public void AnimateSetAnimType(int model_num, int ichoice)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | model_num | |
System.Int32 | ichoice |
AnimateStepAnimationFrame(Int32, Boolean)
Declaration
public void AnimateStepAnimationFrame(int model_num, bool truth)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | model_num | |
System.Boolean | truth |
Implements
System.Runtime.Remoting.Messaging.IMessageSink