Search Results for

    Show / Hide Table of Contents

    Class SketchExpressionModifierBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SketchExpressionModifierBuilder
    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
    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
    System.Boolean

    Implements

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