Search Results for

    Show / Hide Table of Contents

    Class RibBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    RibBuilder
    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.ParentFeatureInternal
    FeatureBuilder.PatchSolutionFlag
    FeatureBuilder.PatchSurfaceFilename
    FeatureBuilder.SurroundingPatchSurfaceFilename
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    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
    Assembly: NXOpen.dll
    Syntax
    public class RibBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    RibBuilder()

    Declaration
    protected RibBuilder()

    Properties

    CappingFaces

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

    CombineRibWithTarget

    Declaration
    public bool CombineRibWithTarget { get; set; }
    Property Value
    Type Description
    System.Boolean

    DraftAngle

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

    ReverseOffsetDirection

    Declaration
    public bool ReverseOffsetDirection { get; set; }
    Property Value
    Type Description
    System.Boolean

    ReverseRibDirection

    Declaration
    public bool ReverseRibDirection { get; set; }
    Property Value
    Type Description
    System.Boolean

    ReverseThicknessDirection

    Declaration
    public bool ReverseThicknessDirection { get; set; }
    Property Value
    Type Description
    System.Boolean

    RibCapGeometryOption

    Declaration
    public RibBuilder.RibCapGeometryOptions RibCapGeometryOption { get; set; }
    Property Value
    Type Description
    RibBuilder.RibCapGeometryOptions

    RibCapOffset

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

    RibDraftOption

    Declaration
    public RibBuilder.RibDraftOptions RibDraftOption { get; set; }
    Property Value
    Type Description
    RibBuilder.RibDraftOptions

    RibThickness

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

    RibThicknessOffsetOption

    Declaration
    public RibBuilder.RibThicknessOffsetOptions RibThicknessOffsetOption { get; set; }
    Property Value
    Type Description
    RibBuilder.RibThicknessOffsetOptions

    RibType

    Declaration
    public RibBuilder.RibTypes RibType { get; set; }
    Property Value
    Type Description
    RibBuilder.RibTypes

    Section

    Declaration
    public Section Section { get; }
    Property Value
    Type Description
    Section

    TargetBody

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX