Show / Hide Table of Contents

Interface ICadEntity

Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public interface ICadEntity

Properties

ColorArgb

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

Vertices

Declaration
Vector3[] Vertices { get; }
Property Value
Type Description
System.Numerics.Vector3[]
Back to top Generated by DocFX