Method: Layout::Group#remove_scale_factor

Defined in:
lib/sketchup-api-stubs/stubs/Layout/Group.rb

#remove_scale_factor(resize_behavior) ⇒ Object

The #remove_scale_factor method removes the scale factor from the Layout::Group.

The resize behavior can be one of the following values:

Layout::Group::RESIZE_BEHAVIOR_NONE
Layout::Group::RESIZE_BEHAVIOR_BOUNDS
Layout::Group::RESIZE_BEHAVIOR_BOUNDS_AND_FONTS

Examples:

doc = Layout::Document.open("C:/path/to/document.layout")
group = doc.shared_entities.first
group.remove_scale_factor(true)

Parameters:

  • resize_behavior (Integer)

Raises:

Version:

  • LayOut 2018



92
93
# File 'lib/sketchup-api-stubs/stubs/Layout/Group.rb', line 92

def remove_scale_factor(resize_behavior)
end