Search Results for

    Show / Hide Table of Contents

    Class SketchExpressionModifierBuilder

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

    Constructors

    SketchExpressionModifierBuilder()

    Declaration
    protected SketchExpressionModifierBuilder()

    Properties

    Exp1

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

    Exp10

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

    Exp11

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

    Exp12

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

    Exp2

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

    Exp3

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

    Exp4

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

    Exp5

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

    Exp6

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

    Exp7

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

    Exp8

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

    Exp9

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

    Sketch

    Declaration
    public Sketch Sketch { get; set; }
    Property Value
    Type Description
    Sketch

    Sketches

    Declaration
    public SketchExpressionModifierBuilder.EndCuts Sketches { get; set; }
    Property Value
    Type Description
    SketchExpressionModifierBuilder.EndCuts

    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