Search Results for

    Show / Hide Table of Contents

    Class SketchChamferBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SketchChamferBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX