Interface ICamApiSimpleBoxPrimitiveModelItem
Assembly: CAMAPI.ModelFormerTypes.dll
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("AF772566-1B7C-47A3-8306-93FC4802E4B0")]
public interface ICamApiSimpleBoxPrimitiveModelItem
Properties
Declaration
TSimpleBoxPrimitiveCreationMethod CreationMethod { get; set; }
Property Value
Declaration
TST3DPoint Dimensions { get; set; }
Property Value
Declaration
TST3DPoint SecondPoint { get; set; }
Property Value
Declaration
TST3DPoint StartPoint { get; set; }
Property Value
Methods
Declaration
void SetAsCenterPoint(TST3DPoint Centr, double dX, double dY, double dZ)
Parameters
Declaration
void SetAsCornerPoint(TST3DPoint Corner, double dX, double dY, double dZ)
Parameters
Declaration
void SetAsTwoPoints(TST3DPoint P1, TST3DPoint P2)
Parameters