Class MoldCsysBuilder
Inheritance
System.Object
System.MarshalByRefObject
MoldCsysBuilder
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.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Tooling
Assembly: NXOpen.dll
Syntax
public class MoldCsysBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
MoldCsysBuilder()
Declaration
protected MoldCsysBuilder()
Properties
Lockx
Declaration
public bool Lockx { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Locky
Declaration
public bool Locky { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Lockz
Declaration
public bool Lockz { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Prod
Declaration
public SelectFaceList Prod { get; }
Property Value
Type | Description |
---|---|
SelectFaceList |
Wcstype
Declaration
public MoldCsysBuilder.Wcsposition Wcstype { get; set; }
Property Value
Type | Description |
---|---|
MoldCsysBuilder.Wcsposition |
Methods
CancelMoldCsys()
Declaration
public void CancelMoldCsys()
DestroyMoldCsys()
Declaration
public void DestroyMoldCsys()
Initialize()
Declaration
public void Initialize()
OpenOriginalProdPartQuietly(Boolean, out NXObject, out NXObject)
Declaration
public void OpenOriginalProdPartQuietly(bool displayMessage, out NXObject prodPart, out NXObject prodBody)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | displayMessage | |
NXObject | prodPart | |
NXObject | prodBody |
RepositionProductPart(Double[])
Declaration
public void RepositionProductPart(double[] csysMatrix)
Parameters
Type | Name | Description |
---|---|---|
System.Double[] | csysMatrix |
UpdateBodyBox()
Declaration
public void UpdateBodyBox()
UpdateSelectedCsys(CoordinateSystem)
Declaration
public void UpdateSelectedCsys(CoordinateSystem csysTag)
Parameters
Type | Name | Description |
---|---|---|
CoordinateSystem | csysTag |
Implements
System.Runtime.Remoting.Messaging.IMessageSink