Click or drag to resize
AB4D logo

WireframeVisual3DWireframeTypes Enumeration

WireframeType enum defines the possible types of showing wireframe model.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public enum WireframeTypes
Members
Member nameValueDescription
None0 Nothing is shown.
Wireframe1 Only wireframe of the model is shown.
OriginalSolidModel2 Only unchanged original model is shown.
WireframeWithOriginalSolidModel3 Wireframe is shown on top of unchanged original model.
SingleColorSolidModel4 Only original model with material set to SolidModelColor is shown.
WireframeWithSingleColorSolidModel5 Wireframe is shown on top of original model with material set to SolidModelColor.
See Also