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