Class: Layout::ReferenceEntity
- Defined in:
- lib/sketchup-api-stubs/stubs/Layout/ReferenceEntity.rb
Overview
An entity that represents the data inserted from an external file.
Instance Method Summary collapse
-
#clip_mask ⇒ Layout::Entity
The #clip_mask method returns the clip mask of the ReferenceEntity, or
nilif it does not have a clip mask. -
#clip_mask=(clip_mask) ⇒ Object
The #clip_mask= method sets the clip mask of the ReferenceEntity.
-
#entities ⇒ Layout::Group
The #entities method returns the Group that represents the ReferenceEntity in its exploded form.
Methods inherited from Entity
#==, #bounds, #document, #drawing_bounds, #group, #layer_instance, #locked=, #locked?, #move_to_group, #move_to_layer, #on_shared_layer?, #page, #style, #style=, #transform!, #transformation, #untransformed_bounds, #untransformed_bounds=
Instance Method Details
#clip_mask ⇒ Layout::Entity
The #clip_mask method returns the clip mask of the Layout::ReferenceEntity, or nil if it does not have a clip mask.
34 35 |
# File 'lib/sketchup-api-stubs/stubs/Layout/ReferenceEntity.rb', line 34 def clip_mask end |
#clip_mask=(clip_mask) ⇒ Object
The #clip_mask= method sets the clip mask of the Layout::ReferenceEntity. clip_mask can be a Layout::Rectangle, Ellipse, or Path, or nil, and it must not currently exist in a Document, or Group.
65 66 |
# File 'lib/sketchup-api-stubs/stubs/Layout/ReferenceEntity.rb', line 65 def clip_mask=(clip_mask) end |
#entities ⇒ Layout::Group
The #entities method returns the Group that represents the Layout::ReferenceEntity in its exploded form.
79 80 |
# File 'lib/sketchup-api-stubs/stubs/Layout/ReferenceEntity.rb', line 79 def entities end |