docs.unity3d.com
Version: 

    Class PiXYZAPI

    Inheritance
    object
    Interface
    PiXYZAPI
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Pixyz.API
    Syntax
    public class PiXYZAPI : Interface

    Constructors

    PiXYZAPI(IntPtr)

    Declaration
    public PiXYZAPI(IntPtr session)
    Parameters
    Type Name Description
    IntPtr session

    Properties

    Algo

    Declaration
    public AlgoInterface Algo { get; }
    Property Value
    Type Description
    AlgoInterface

    CAD

    Declaration
    public CADInterface CAD { get; }
    Property Value
    Type Description
    CADInterface

    Core

    Declaration
    public CoreInterface Core { get; }
    Property Value
    Type Description
    CoreInterface

    Geom

    Declaration
    public GeomInterface Geom { get; }
    Property Value
    Type Description
    GeomInterface

    IO

    Declaration
    public IOInterface IO { get; }
    Property Value
    Type Description
    IOInterface

    Material

    Declaration
    public MaterialInterface Material { get; }
    Property Value
    Type Description
    MaterialInterface

    Polygonal

    Declaration
    public PolygonalInterface Polygonal { get; }
    Property Value
    Type Description
    PolygonalInterface

    ProductName

    Declaration
    public string ProductName { get; }
    Property Value
    Type Description
    string

    Scene

    Declaration
    public SceneInterface Scene { get; }
    Property Value
    Type Description
    SceneInterface

    Session

    Declaration
    public IntPtr Session { get; }
    Property Value
    Type Description
    IntPtr

    Unity

    Declaration
    public UnityInterface Unity { get; }
    Property Value
    Type Description
    UnityInterface

    View

    Declaration
    public ViewInterface View { get; }
    Property Value
    Type Description
    ViewInterface

    Methods

    ActiveSessions()

    List all active sessions

    Declaration
    public static List<PiXYZAPI> ActiveSessions()
    Returns
    Type Description
    List<PiXYZAPI>

    GetLastError()

    Declaration
    public static string GetLastError()
    Returns
    Type Description
    string

    Initialize(string, string, string)

    Initialize Pixyz API and create a new session

    Declaration
    public static PiXYZAPI Initialize(string productName = "", string validationKey = "", string license = "")
    Parameters
    Type Name Description
    string productName

    Product name

    string validationKey

    Product validation key

    string license

    License file (content)

    Returns
    Type Description
    PiXYZAPI

    Release()

    Release Pixyz API and clear the session

    Declaration
    public void Release()
    Version 2024.3.0.10
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX.