Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

ClosedShellList

Class
Read time 1 minuteLast updated 21 hours ago

Inheritance
Inherited Members
Namespace: UnityEngine.Pixyz.CAD
[Serializable]public class ClosedShellList

Constructors

ClosedShellList()

public ClosedShellList()

ClosedShellList(uint[])

public ClosedShellList(uint[] tab)
Parameters

Type

Name

Description

uint[]tab

ClosedShellList(int)

public ClosedShellList(int size)
Parameters

Type

Name

Description

intsize

Fields

length

public int length { get; }
Returns

Type

Description

int

this[int]

public uint this[int index] { get; set; }
Returns

Type

Description

uint

list

public uint[] list
Returns

Type

Description

uint[]

Operators

implicit operator uint[](ClosedShellList)

public static implicit operator uint[](ClosedShellList o)
Parameters

Type

Name

Description

ClosedShellListo
Returns

Type

Description

uint[]