This .NET enum wraps the AcGsConfig::Handedness ObjectARX enum. It deals with the handedness of the data passed in to the GS.
Public Enum Handedness Left Right End Enum
public enum Handedness { Left, Right }
Members |
Description |
Left |
Left hand rule. |
Right |
Right hand rule. |
Comments? |