Search Results for

    Show / Hide Table of Contents

    Class DrawBeadSegmentBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    DrawBeadSegmentBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    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.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
    bool

    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
    bool

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

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