Class SketchChamferBuilder
Inheritance
System.Object
System.MarshalByRefObject
SketchChamferBuilder
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
Assembly: NXOpen.dll
Syntax
public class SketchChamferBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SketchChamferBuilder()
Declaration
protected SketchChamferBuilder()
Properties
Angle
Declaration
public Expression Angle { get; }
Property Value
Type | Description |
---|---|
Expression |
ChamferOption
Declaration
public SketchChamferBuilder.ChamferOptions ChamferOption { get; set; }
Property Value
Type | Description |
---|---|
SketchChamferBuilder.ChamferOptions |
CreateAngleDimension
Declaration
public bool CreateAngleDimension { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CreateDistance1Dimension
Declaration
public bool CreateDistance1Dimension { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CreateDistance2Dimension
Declaration
public bool CreateDistance2Dimension { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CurvesToChamfer
Declaration
public SelectDisplayableObjectList CurvesToChamfer { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObjectList |
Distance1
Declaration
public Expression Distance1 { get; }
Property Value
Type | Description |
---|---|
Expression |
Distance2
Declaration
public Expression Distance2 { get; }
Property Value
Type | Description |
---|---|
Expression |
HelpPoint
Declaration
public Point HelpPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
TrimInputCurves
Declaration
public bool TrimInputCurves { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink