Class: Sketchup::RenderingOptions
- Inherits:
-
Entity
show all
- Includes:
- Enumerable
- Defined in:
- lib/renderingoptions.rb
Constant Summary
collapse
- ROPAssign =
0
- ROPSetRenderMode =
1
- ROPSetTransparencyObsolete =
2
- ROPSetTexture =
3
- ROPSetEdgeDisplayMode =
4
- ROPSetEdgeColorMode =
5
- ROPSetJitterEdges =
6
- ROPSetExtendEdges =
7
- ROPSetProfileEdges =
8
- ROPSetProfileWidth =
9
- ROPSetFaceColorMode =
10
- ROPSetDisplayInstanceAxes =
11
- ROPSetBackgroundColor =
12
- ROPSetForegroundColor =
13
- ROPSetHighlightColor =
14
- ROPSetConstructionColor =
15
- ROPSetDisplayColorByLayer =
16
- ROPSetExtendLines =
17
- ROPSetLineExtension =
18
- ROPSetDisplayFog =
19
- ROPSetFogColor =
22
- ROPSetFogDist =
23
- ROPSetFogHint =
24
- ROPSetSectionDisplayMode =
25
- ROPDrawHidden =
27
- ROPEditComponent =
28
- ROPTransparencySortMethod =
29
- ROPSetDepthQueEdges =
30
- ROPSetLineEndEdges =
31
- ROPSetDepthQueWidth =
32
- ROPSetLineEndWidth =
33
- ROPSetProfilesOnlyEdges =
34
- ROPSetLockedColor =
35
- ROPSetDisplaySketchAxes =
36
- ROPSetFaceColor =
37
- ROPSetEdgeType =
38
- ROPSetModelTransparency =
39
- ROPSetMaterialTransparency =
40
- ROPSetSectionActiveColor =
41
- ROPSetSectionInactiveColor =
42
- ROPSetSectionDefaultCutColor =
43
- ROPSetSectionCutWidth =
44
- ROPSetHideConstructionGeometry =
45
- ROPSetSkyColor =
46
- ROPSetGroundColor =
47
- ROPSetDrawHorizon =
48
- ROPSetDrawGround =
49
- ROPSetDrawUnderground =
50
- ROPSetGroundTransparency =
51
- ROPSetDisplayText =
52
- ROPSetDisplayDims =
53
- ROPSetFogUseBkColor =
54
Instance Method Summary
collapse
Methods inherited from Entity
#attribute_dictionaries, #attribute_dictionary, #delete_attribute, #deleted?, #entityID, #get_attribute, #model, #parent, #set_attribute, #to_s, #typename, #valid?
Instance Method Details
60
61
|
# File 'lib/renderingoptions.rb', line 60
def []
end
|
62
63
|
# File 'lib/renderingoptions.rb', line 62
def []=
end
|
#add_observer ⇒ Object
64
65
|
# File 'lib/renderingoptions.rb', line 64
def add_observer
end
|
78
79
|
# File 'lib/renderingoptions.rb', line 78
def count
end
|
66
67
|
# File 'lib/renderingoptions.rb', line 66
def each
end
|
68
69
|
# File 'lib/renderingoptions.rb', line 68
def each_key
end
|
#each_pair ⇒ Object
70
71
|
# File 'lib/renderingoptions.rb', line 70
def each_pair
end
|
72
73
|
# File 'lib/renderingoptions.rb', line 72
def keys
end
|
83
84
|
# File 'lib/renderingoptions.rb', line 83
def length
end
|
#remove_observer ⇒ Object
74
75
|
# File 'lib/renderingoptions.rb', line 74
def remove_observer
end
|
87
88
|
# File 'lib/renderingoptions.rb', line 87
def size
end
|