Interface ICamIpcSimpleBoxPrimitiveModelItem
Assembly: CAMIPC.ModelFormerTypes.dll
[Guid("B2DFB859-806B-404F-91FE-8A9B0AAC038E")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcSimpleBoxPrimitiveModelItem
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
Get unique identifier of current instance (used in IPC messages)
Declaration
Returns
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