BrepFace.ShrinkDisableSide Enumeration

BrepFaceShrinkDisableSide Enumeration

Defines bitwise mask flags indicating what side of a surface to not shrink.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
[FlagsAttribute]
public enum ShrinkDisableSide
<FlagsAttribute>
Public Enumeration ShrinkDisableSide
Members
  Member nameValueDescription
ShrinkAllSides0 Shrink on all four sides.
DoNotShrinkWestSide1 Do not shrink on the west side of domain.
DoNotShrinkSouthSide2 Do not shrink on the south side of domain.
DoNotShrinkEastSide4 Do not shrink on the east side of domain.
DoNotShrinkNorthSide8 Do not shrink on the north side of domain.
Version Information

Rhino for Windows

Supported in: 6.14
See Also