Class ReduceSurfaceRadiusBuilder
Inheritance
System.Object
System.MarshalByRefObject
ReduceSurfaceRadiusBuilder
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
Syntax
public class ReduceSurfaceRadiusBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ReduceSurfaceRadiusBuilder()
Declaration
protected ReduceSurfaceRadiusBuilder()
Properties
Direction
Declaration
public bool Direction { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FaceGroupList
Declaration
public ReduceSurfaceRadiusFaceGroupBuilderList FaceGroupList { get; }
Property Value
HighRadius
Declaration
public double HighRadius { get; set; }
Property Value
Type |
Description |
System.Double |
|
IndexListItem
Declaration
public int IndexListItem { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LowRadius
Declaration
public double LowRadius { get; set; }
Property Value
Type |
Description |
System.Double |
|
OnPathDimEnd
Declaration
public OnPathDimensionBuilder OnPathDimEnd { get; }
Property Value
OnPathDimStart
Declaration
public OnPathDimensionBuilder OnPathDimStart { get; }
Property Value
PercentReduction
Declaration
public double PercentReduction { get; set; }
Property Value
Type |
Description |
System.Double |
|
PositionTolerance
Declaration
public double PositionTolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
ReducedFaceType
Declaration
public ReduceSurfaceRadiusBuilder.ReducedFaceTypeSpecification ReducedFaceType { get; set; }
Property Value
ReduceValueType
Declaration
public ReduceSurfaceRadiusBuilder.ReduceValueTypeSpecification ReduceValueType { get; set; }
Property Value
SelectChain
Declaration
public ScCollector SelectChain { get; }
Property Value
SelectFace
Declaration
public ScCollector SelectFace { get; }
Property Value
TangentTolerance
Declaration
public double TangentTolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
TargetReduction
Declaration
public double TargetReduction { get; set; }
Property Value
Type |
Description |
System.Double |
|
ValueReduction
Declaration
public double ValueReduction { get; set; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink