Search Results for

    Show / Hide Table of Contents

    Class EndcapBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    EndcapBuilder
    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.StructureDesign
    Assembly: NXOpen.dll
    Syntax
    public class EndcapBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    EndcapBuilder()

    Declaration
    protected EndcapBuilder()

    Properties

    Chamfer

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

    ChamferLength

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

    ContextAttribute

    Declaration
    public ContextAttributeBuilder ContextAttribute { get; }
    Property Value
    Type Description
    ContextAttributeBuilder

    DistanceTolerance

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

    EndCapName

    Declaration
    public string EndCapName { get; set; }
    Property Value
    Type Description
    string

    EnumCornerTreatmentType

    Declaration
    public EndcapBuilder.CornerTreatmentTypes EnumCornerTreatmentType { get; set; }
    Property Value
    Type Description
    EndcapBuilder.CornerTreatmentTypes

    Member

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

    Offset

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

    OffsetRatio

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

    PlacementType

    Declaration
    public EndcapBuilder.PlacementTypes PlacementType { get; set; }
    Property Value
    Type Description
    EndcapBuilder.PlacementTypes

    PreserveOverallLength

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

    Thickness

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

    Implements

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