Enum FacesDivisionType
Defines the various types of how faces should divide up a shape passing through profiles.
Namespace: TopSolid.Kernel.Automating
Assembly: cs.temp.dll.dll
Syntax
[AvailableSinceVersion(7, 10, 301, 180)]
public enum FacesDivisionType
Remarks
This enum is available since v7.10.301.180.
Fields
Name | Description |
---|---|
Columns | The shape has columns of faces corresponding to the section segments. |
Grid | The shape has a grid of faces corresponding to section segments (as for columns type) and path segments. |
Minimum | The shape has a minimum number of faces. |
None | No division. |