|
3D Part > 3D Container 7 "Separator" (Entity Type "Extended Object") |
www.CAD6.com |
|
The 3D container "Separator" is used to separate sets of data in a 3D operation in a 3D Part.
Data Block SequenceGeneral: Data Block 1101( 7, Resolution )
ParametersResolution [__int32] Relative resolution of this element. Possible values are:
Interface Command SequenceMKI_ObjectOpen, Type = MKI_OBJ_CONTAINER MKI_ExtAddInt32, Type = 1101, ElemCount = 2
Use code like the following to parse the data blocks of this entity in memory:
MKI_BLOCK_ENUM b1101( f_pObj );
__int32 nContainerType = b1101.Int32(0); __int32 nResolution = b1101.Int32(1);
...
|
CAD6interface 2026.1 - Copyright 2026 Malz++Kassner® GmbH