Search Results for

    Show / Hide Table of Contents

    Class PlateChamferBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    PlateChamferBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    FeatureBuilder.CommitFeature()
    FeatureBuilder.GetFeature()
    FeatureBuilder.SetParentFeatureInternal(Feature)
    FeatureBuilder.UnsetParentFeatureInternal(Feature)
    FeatureBuilder.ShowInternalParentFeatureForEdit(Feature)
    FeatureBuilder.HideInternalParentFeatureAfterEdit(Feature)
    FeatureBuilder.GetPreviewBody()
    FeatureBuilder.ParentFeatureInternal
    FeatureBuilder.PatchSolutionFlag
    FeatureBuilder.PatchSurfaceFilename
    FeatureBuilder.SurroundingPatchSurfaceFilename
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Features.ShipDesign
    Assembly: NXOpen.dll
    Syntax
    public class PlateChamferBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    PlateChamferBuilder()

    Declaration
    protected PlateChamferBuilder()

    Properties

    AngleOption

    Declaration
    public PlateChamferBuilder.AngleMethod AngleOption { get; set; }
    Property Value
    Type Description
    PlateChamferBuilder.AngleMethod

    AngularDimension

    Declaration
    public Expression AngularDimension { get; }
    Property Value
    Type Description
    Expression

    ChamferBothSides

    Declaration
    public bool ChamferBothSides { get; set; }
    Property Value
    Type Description
    bool

    ChordalTolerance

    Declaration
    public double ChordalTolerance { get; set; }
    Property Value
    Type Description
    double

    ClearanceTolerance

    Declaration
    public double ClearanceTolerance { get; set; }
    Property Value
    Type Description
    double

    Depth

    Declaration
    public Expression Depth { get; }
    Property Value
    Type Description
    Expression

    EndPlane

    Declaration
    public Plane EndPlane { get; set; }
    Property Value
    Type Description
    Plane

    OffsetOption

    Declaration
    public PlateChamferBuilder.OffsetMethod OffsetOption { get; set; }
    Property Value
    Type Description
    PlateChamferBuilder.OffsetMethod

    Ratio

    Declaration
    public Expression Ratio { get; }
    Property Value
    Type Description
    Expression

    RestDepth

    Declaration
    public Expression RestDepth { get; }
    Property Value
    Type Description
    Expression

    ReverseDirection

    Declaration
    public bool ReverseDirection { get; set; }
    Property Value
    Type Description
    bool

    SelectEdge

    Declaration
    public ScCollector SelectEdge { get; }
    Property Value
    Type Description
    ScCollector

    SelectTarget

    Declaration
    public ScCollector SelectTarget { get; }
    Property Value
    Type Description
    ScCollector

    SelectThinnerPlate

    Declaration
    public ScCollector SelectThinnerPlate { get; }
    Property Value
    Type Description
    ScCollector

    SelectTool

    Declaration
    public ScCollector SelectTool { get; }
    Property Value
    Type Description
    ScCollector

    StartPlane

    Declaration
    public Plane StartPlane { get; set; }
    Property Value
    Type Description
    Plane

    Type

    Declaration
    public PlateChamferBuilder.Types Type { get; set; }
    Property Value
    Type Description
    PlateChamferBuilder.Types

    UseLimits

    Declaration
    public bool UseLimits { get; set; }
    Property Value
    Type Description
    bool

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX