Enum GlueSettings

GlueSettings enumeration

The bit values indicate that a specific glue setting is on or off. The value may be a sum of the values:

[Flags]
public enum GlueSettings

Values

NameValueDescription
None0Glue is enabled, but no other glue settings are enabled.
Guides1Glue to guides.
Handles2Glue to handles.
Vertices4Glue to vertices.
ConnectionPoints8Glue to connection points.
Geometry20Glue to geometry.
Disabled8000Glue is disabled
UndefinedFFFFFFFF80000000Undefined.

See Also