Class ConceptDieBaseBuilder
Inheritance
System.Object
System.MarshalByRefObject
ConceptDieBaseBuilder
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.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
public class ConceptDieBaseBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected ConceptDieBaseBuilder()
Properties
Declaration
public double DistanceToDieBaseEdge { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public string IndexStringList { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public double LengthPL { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public Point ReferencePoint { get; set; }
Property Value
Declaration
public string SelectConceptDieBaseSpreadsheet { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int SubDieBaseNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool UpdateDieBasePositionAccordingToStrip { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public double WidthPW { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public int WizardType { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public double XEndDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double XStartDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double YDistanceFirst { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double YDistanceSecond { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
Declaration
public string GetExpressionValue(string expName)
Parameters
Type |
Name |
Description |
System.String |
expName |
|
Returns
Type |
Description |
System.String |
|
Declaration
public void SetBasePointYValue()
Declaration
public void SetExpressionValue(string expName, string expressionValue)
Parameters
Type |
Name |
Description |
System.String |
expName |
|
System.String |
expressionValue |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink