getSegmentation

This returns the set values for segmentationParts and segmentationLength. Both attributes are optional. The values can be changed through the API call setSegmentation(). The default values are segmentationParts = 36 segmentationLength = 0.

Syntax

public const string ifcenginedll = @"ifcengine.dll";

[DllImport(IFCEngineDLL, EntryPoint = "getSegmentation")]
public static extern void getSegmentation(int_t model, out int_t segmentationParts, out double segmentationLength);    

Property model

Size: 32 bit / 4 byte (value)
???.

Property segmentationParts

Size: 32 bit / 4 byte (reference)
???.

Property segmentationLength

Size: 32 bit / 4 byte (reference)
???.