Search Results for

    Show / Hide Table of Contents

    Class EndcapBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    EndcapBuilder
    Implements
    System.Runtime.Remoting.Messaging.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, 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.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
    System.Boolean

    ChamferLength

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

    DistanceTolerance

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

    EndCapName

    Declaration
    public string EndCapName { get; set; }
    Property Value
    Type Description
    System.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
    System.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
    System.Boolean

    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