Header menu logo Rhino.Scripting

ObjectFilterEnum Type

An Integer Enum of Object types to be use in object selection functions of Rhino.Scripting. Don't create an instance, use the instance in Rhino.Scripting.RhinoScriptSyntax.Filter

Instance members

Instance member Description

this.AllObjects

Full Usage: this.AllObjects

Returns: int

returns 0

Returns: int

this.Annotation

Full Usage: this.Annotation

Returns: int

returns 512, for Text, leaders, and dimension lines

Returns: int

this.Cage

Full Usage: this.Cage

Returns: int

returns 134217728

Returns: int

this.ClippingPlane

Full Usage: this.ClippingPlane

Returns: int

returns 536870912

Returns: int

this.Curve

Full Usage: this.Curve

Returns: int

returns 4

Returns: int

this.Detail

Full Usage: this.Detail

Returns: int

returns 32768, for detail view objects

Returns: int

this.Extrusion

Full Usage: this.Extrusion

Returns: int

returns 1073741824

Returns: int

this.Grip

Full Usage: this.Grip

Returns: int

returns 16384

Returns: int

this.Hatch

Full Usage: this.Hatch

Returns: int

returns 65536

Returns: int

this.Instance

Full Usage: this.Instance

Returns: int

returns 4096, for block instances

Returns: int

this.Light

Full Usage: this.Light

Returns: int

returns 256

Returns: int

this.Mesh

Full Usage: this.Mesh

Returns: int

returns 32

Returns: int

this.Morph

Full Usage: this.Morph

Returns: int

returns 131072

Returns: int

this.Phantom

Full Usage: this.Phantom

Returns: int

returns 268435456

Returns: int

this.Point

Full Usage: this.Point

Returns: int

returns 1

Returns: int

this.PointCloud

Full Usage: this.PointCloud

Returns: int

returns 2

Returns: int

this.PolySurface

Full Usage: this.PolySurface

Returns: int

returns 16

Returns: int

this.SubD

Full Usage: this.SubD

Returns: int

returns 262144

Returns: int

this.Surface

Full Usage: this.Surface

Returns: int

returns 8

Returns: int

this.Textdot

Full Usage: this.Textdot

Returns: int

returns 8192

Returns: int

Static members

Static member Description

ObjectFilterEnum.GetFilterEnum(i)

Full Usage: ObjectFilterEnum.GetFilterEnum(i)

Parameters:
    i : int

Returns: ObjectType

A helper function to get a DocObjects.ObjectType Enum form an integer

i : int
Returns: ObjectType

Type something to start searching.