Class UndersizeBuilder
Inheritance
System.Object
System.MarshalByRefObject
UndersizeBuilder
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 UndersizeBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
UndersizeBuilder()
Declaration
protected UndersizeBuilder()
Properties
Angle
Declaration
public Expression Angle { get; }
Property Value
Type | Description |
---|---|
Expression |
ElectrodeBodies
Declaration
public SelectBodyList ElectrodeBodies { get; }
Property Value
Type | Description |
---|---|
SelectBodyList |
OrbitPointList
Declaration
public SelectPointList OrbitPointList { get; }
Property Value
Type | Description |
---|---|
SelectPointList |
OrbitSize
Declaration
public Expression OrbitSize { get; }
Property Value
Type | Description |
---|---|
Expression |
OrbitType
Declaration
public UndersizeBuilder.Orbit OrbitType { get; set; }
Property Value
Type | Description |
---|---|
UndersizeBuilder.Orbit |
PointSpecify
Declaration
public Point PointSpecify { get; set; }
Property Value
Type | Description |
---|---|
Point |
SelectElectrodeBlock
Declaration
[Obsolete("Deprecated in NX10.0.0. Use Tooling.UndersizeBuilder.ElectrodeBodies instead.")]
public SelectBodyList SelectElectrodeBlock { get; }
Property Value
Type | Description |
---|---|
SelectBodyList |
SelectPoints
Declaration
[Obsolete("Deprecated in NX10.0.0. Use Tooling.UndersizeBuilder.OrbitPointList instead.")]
public SelectPointList SelectPoints { get; }
Property Value
Type | Description |
---|---|
SelectPointList |
SparkGap
Declaration
public Expression SparkGap { get; }
Property Value
Type | Description |
---|---|
Expression |
Implements
System.Runtime.Remoting.Messaging.IMessageSink