Search Results for

    Show / Hide Table of Contents

    Class DrawBeadSegmentBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    DrawBeadSegmentBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    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.Die
    Assembly: NXOpen.dll
    Syntax
    public class DrawBeadSegmentBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    DrawBeadSegmentBuilder()

    Declaration
    protected DrawBeadSegmentBuilder()

    Properties

    EndLocation

    Declaration
    public OnPathDimensionBuilder EndLocation { get; }
    Property Value
    Type Description
    OnPathDimensionBuilder

    FemaleLeftRadius

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

    FemaleRightRadius

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

    Flow

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

    MaleBeadHeight

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

    MaleBeadWidthType

    Declaration
    public DrawBeadSegmentBuilder.MaleBeadWidthTypes MaleBeadWidthType { get; set; }
    Property Value
    Type Description
    DrawBeadSegmentBuilder.MaleBeadWidthTypes

    MaleLeftSheetRadius

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

    MaleLeftTopRadius

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

    MaleLeftWallAngle

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

    MaleLeftWidth

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

    MaleRightSheetRadius

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

    MaleRightTopRadius

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

    MaleRightWallAngle

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

    MaleRightWidth

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

    MaleTransitionLength

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

    StartLocation

    Declaration
    public OnPathDimensionBuilder StartLocation { get; }
    Property Value
    Type Description
    OnPathDimensionBuilder

    Symmetry

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

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

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