RhinoCommon API
new_releases
RhinoCommon documentation has a new look. The old site can still be found here.
play_arrow
Rhino
play_arrow
Rhino.ApplicationSettings
play_arrow
Rhino.Collections
play_arrow
Rhino.Commands
play_arrow
Rhino.Display
play_arrow
Rhino.DocObjects
play_arrow
Rhino.DocObjects.Custom
play_arrow
Rhino.DocObjects.SnapShots
play_arrow
Rhino.DocObjects.Tables
play_arrow
Rhino.FileIO
play_arrow
Rhino.Geometry
play_arrow
Rhino.Geometry.Collections
play_arrow
Rhino.Geometry.Intersect
play_arrow
Rhino.Geometry.MeshRefinements
play_arrow
Rhino.Geometry.Morphs
play_arrow
Rhino.Input
play_arrow
Rhino.Input.Custom
play_arrow
Rhino.NodeInCode
play_arrow
Rhino.ObjectManager
play_arrow
Rhino.PlugIns
play_arrow
Rhino.Render
play_arrow
Rhino.Render.ChangeQueue
play_arrow
Rhino.Render.ChildSlotNames
play_arrow
Rhino.Render.CustomRenderMeshes
play_arrow
Rhino.Render.DataSources
play_arrow
Rhino.Render.Fields
play_arrow
Rhino.Render.ParameterNames
play_arrow
Rhino.Render.PostEffects
play_arrow
Rhino.Render.UI
play_arrow
Rhino.Runtime
play_arrow
Rhino.Runtime.InProcess
play_arrow
Rhino.Runtime.InteropWrappers
play_arrow
Rhino.Runtime.Notifications
play_arrow
Rhino.Runtime.RhinoAccounts
play_arrow
Rhino.UI
play_arrow
Rhino.UI.Controls
play_arrow
Rhino.UI.Controls.DataSource
play_arrow
Rhino.UI.Controls.ThumbnailUI
play_arrow
Rhino.UI.Controls.Thumbnaillist
play_arrow
Rhino.UI.Gumball
play_arrow
dotnetstart
home
/
Rhino.DocObjects
/
ObjectType

ObjectType enum

Defines binary mask values for each object type that can be found in a document.

Derived Classes:

Namespace: Rhino.DocObjects
ObjectType: references

keyboard_arrow_down
Values (30)

None = 0

 
Nothing.

Point = 1

 
A point.

PointSet = 2

 
A point set or cloud.

Curve = 4

 
A curve.

Surface = 8

 
A surface.

Brep = 0x10

 
A brep.

Mesh = 0x20

 
A mesh.

Light = 0x100

 
A rendering light.

Annotation = 0x200

 
An annotation.

InstanceDefinition = 0x800

 
A block definition.

InstanceReference = 0x1000

 
A block reference.

TextDot = 0x2000

 
A text dot.

Grip = 0x4000

 
Selection filter value - not a real object type.

Detail = 0x8000

 
A detail.

Hatch = 0x10000

 
A hatch.

MorphControl = 0x20000

 
A morph control.

SubD = 0x40000

 
A SubD object.

BrepLoop = 0x80000

 
A brep loop.

BrepVertex = 0x100000

 
a brep vertex.

PolysrfFilter = 0x200000

 
Selection filter value - not a real object type.

EdgeFilter = 0x400000

 
Selection filter value - not a real object type.

PolyedgeFilter = 0x800000

 
Selection filter value - not a real object type.

MeshVertex = 0x01000000

 
A mesh vertex.

MeshEdge = 0x02000000

 
A mesh edge.

MeshFace = 0x04000000

 
A mesh face.

Cage = 0x08000000

 
A cage.

Phantom = 0x10000000

 
A phantom object.

ClipPlane = 0x20000000

 
A clipping plane.

Extrusion = 0x40000000

 
An extrusion.

AnyObject = 0xFFFFFFFF

 
All bits set.

Nothing found