Interface ICamApiSimpleCylinderPrimitiveModelItem
Namespace: CAMAPI.ModelFormerTypes
Assembly: CAMAPI.ModelFormerTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("63D9F501-852A-46B2-93D2-6846AB8111C1")]
public interface ICamApiSimpleCylinderPrimitiveModelItem
Properties
CenterPoint
Declaration
TST3DPoint CenterPoint { get; set; }
Property Value
| Type | Description |
|---|---|
| TST3DPoint |
HMax
Declaration
double HMax { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
HMin
Declaration
double HMin { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Radius
Declaration
double Radius { get; set; }
Property Value
| Type | Description |
|---|---|
| double |