Search Results for

    Show / Hide Table of Contents

    Class InspectionLineFeatureBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ParamBuilder
    OperationBuilder
    InspectionLineFeatureBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    OperationBuilder.GetHoleAxisValues()
    OperationBuilder.SetHoleAxisValues(Double[])
    OperationBuilder.ChannelName
    OperationBuilder.Description
    OperationBuilder.EndOfPath
    OperationBuilder.EndUdeSet
    OperationBuilder.Geometry
    OperationBuilder.GougeChecking
    OperationBuilder.HoleAxisType
    OperationBuilder.HoleDepth
    OperationBuilder.HoleDepthType
    OperationBuilder.LayoutAndLayer
    OperationBuilder.MotionOutputBuilder
    OperationBuilder.Notes
    OperationBuilder.OptimizationBasedOn
    OperationBuilder.OptimizationDistanceMethod
    OperationBuilder.OptimizationLevel
    OperationBuilder.PathDisplayOptions
    OperationBuilder.PostToolPathExit
    OperationBuilder.RetractDistance
    OperationBuilder.RetractDistanceOnToolAxisChange
    OperationBuilder.SafeClearance
    OperationBuilder.SelectToolFlag
    OperationBuilder.StartOfPath
    OperationBuilder.StartUdeSet
    OperationBuilder.ToolChangeSetting
    OperationBuilder.ToolPathEditor
    OperationBuilder.ToolPathSplitParametersBuilder
    ParamBuilder.GetCustomizableItemBuilder(String)
    ParamBuilder.GetCustomizableItemNames()
    ParamBuilder.CycleEvent
    ParamBuilder.CycleTable
    ParamBuilder.OptimizationMethod
    ParamBuilder.TargetPocket
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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.CAM
    Assembly: NXOpen.dll
    Syntax
    public class InspectionLineFeatureBuilder : OperationBuilder, IMessageSink, IComponentBuilder

    Constructors

    InspectionLineFeatureBuilder()

    Declaration
    protected InspectionLineFeatureBuilder()

    Properties

    CsysRefType

    Declaration
    public CamInspectionOperationCsysreferencetypes CsysRefType { get; set; }
    Property Value
    Type Description
    CamInspectionOperationCsysreferencetypes

    DataFilterBuilder

    Declaration
    public InspectionFeatureDataFilterBuilder DataFilterBuilder { get; }
    Property Value
    Type Description
    InspectionFeatureDataFilterBuilder

    ExtentType

    Declaration
    public CamInspectionOperationExtenttypes ExtentType { get; set; }
    Property Value
    Type Description
    CamInspectionOperationExtenttypes

    ILine

    Declaration
    public double ILine { get; set; }
    Property Value
    Type Description
    System.Double

    INormal

    Declaration
    public double INormal { get; set; }
    Property Value
    Type Description
    System.Double

    JLine

    Declaration
    public double JLine { get; set; }
    Property Value
    Type Description
    System.Double

    JNormal

    Declaration
    public double JNormal { get; set; }
    Property Value
    Type Description
    System.Double

    KLine

    Declaration
    public double KLine { get; set; }
    Property Value
    Type Description
    System.Double

    KNormal

    Declaration
    public double KNormal { get; set; }
    Property Value
    Type Description
    System.Double

    Length

    Declaration
    public double Length { get; set; }
    Property Value
    Type Description
    System.Double

    LineDirection

    Declaration
    public Direction LineDirection { get; set; }
    Property Value
    Type Description
    Direction

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    OffsetDistance

    Declaration
    public InheritableDoubleBuilder OffsetDistance { get; }
    Property Value
    Type Description
    InheritableDoubleBuilder

    ReverseDirection

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

    SelectLine

    Declaration
    public SelectNXObject SelectLine { get; }
    Property Value
    Type Description
    SelectNXObject

    SelectNormalSurface

    Declaration
    public SelectNXObject SelectNormalSurface { get; }
    Property Value
    Type Description
    SelectNXObject

    X

    Declaration
    public double X { get; set; }
    Property Value
    Type Description
    System.Double

    Y

    Declaration
    public double Y { get; set; }
    Property Value
    Type Description
    System.Double

    Z

    Declaration
    public double Z { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    FlipLineDirection()

    Declaration
    public void FlipLineDirection()

    FlipNormal()

    Declaration
    public void FlipNormal()

    ReverseOffsetDirection()

    Declaration
    public void ReverseOffsetDirection()

    SetNormalSurface(Face)

    Declaration
    public void SetNormalSurface(Face normalSurface)
    Parameters
    Type Name Description
    Face normalSurface

    UpdateNormal()

    Declaration
    public void UpdateNormal()

    UpdateOffset()

    Declaration
    public void UpdateOffset()

    UpdateParams()

    Declaration
    public void UpdateParams()

    Implements

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