Search Results for

    Show / Hide Table of Contents

    Class LaserScanner

    Inheritance
    System.Object
    RuntimeObject
    LaserScanner
    Inherited Members
    RuntimeObject.m_pItem
    RuntimeObject.Dispose()
    RuntimeObject.AskAssembly()
    RuntimeObject.GetPhysicsObject()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen
    Assembly: NXOpen.Utilities.dll
    Syntax
    public class LaserScanner : RuntimeObject

    Constructors

    LaserScanner(IntPtr)

    Declaration
    protected LaserScanner(IntPtr pItem)
    Parameters
    Type Name Description
    System.IntPtr pItem

    Properties

    Active

    Declaration
    public override bool Active { get; set; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    RuntimeObject.Active

    Angles

    Declaration
    public double[] Angles { get; }
    Property Value
    Type Description
    System.Double[]

    Distances

    Declaration
    public double[] Distances { get; }
    Property Value
    Type Description
    System.Double[]

    DistanceString

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

    NumBeams

    Declaration
    public int NumBeams { get; }
    Property Value
    Type Description
    System.Int32

    Triggered

    Declaration
    public bool Triggered { get; }
    Property Value
    Type Description
    System.Boolean
    In This Article
    Back to top Generated by DocFX