public static class IRhino3dm.Rhino3dmFile
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
IRhino3dm.Bitmap[] |
bitmaps |
IRhino3dm.DimStyle[] |
dimStyles |
IRhino3dm.Font[] |
fonts |
IRhino3dm.Group[] |
groups |
IRhino3dm.HatchPattern[] |
hatchPatterns |
IRhino3dm.HistoryRecord[] |
historyRecords |
java.util.ArrayList<IMaterial> |
imaterials |
IRhino3dm.InstanceDefinition[] |
instanceDefinitions |
IRhino3dm.Layer[] |
layers |
IRhino3dm.Light[] |
lights |
IRhino3dm.Linetype[] |
linetypes |
java.util.ArrayList<IRhino3dm.Material> |
materials |
int |
openNurbsVersion |
IRhino3dm.Properties |
properties |
IRhino3dm.RhinoObject[] |
rhinoObjects |
IServerI |
server |
IRhino3dm.Settings |
settings |
IRhino3dm.StartSection |
startSection |
IRhino3dm.TextureMapping[] |
textureMappings |
IRhino3dm.UserData[] |
userData |
int |
version |
Constructor and Description |
---|
Rhino3dmFile() |
Rhino3dmFile(int ver,
int openNurbsVer,
IServerI serv) |
Modifier and Type | Method and Description |
---|---|
void |
setServer(IServerI srv) |
int |
sizeOfChunkLength() |
public int version
public int openNurbsVersion
public IRhino3dm.StartSection startSection
public IRhino3dm.Properties properties
public IRhino3dm.Settings settings
public IRhino3dm.Bitmap[] bitmaps
public IRhino3dm.TextureMapping[] textureMappings
public java.util.ArrayList<IRhino3dm.Material> materials
public java.util.ArrayList<IMaterial> imaterials
public IRhino3dm.Linetype[] linetypes
public IRhino3dm.Layer[] layers
public IRhino3dm.Group[] groups
public IRhino3dm.Font[] fonts
public IRhino3dm.DimStyle[] dimStyles
public IRhino3dm.Light[] lights
public IRhino3dm.HatchPattern[] hatchPatterns
public IRhino3dm.InstanceDefinition[] instanceDefinitions
public IRhino3dm.RhinoObject[] rhinoObjects
public IRhino3dm.HistoryRecord[] historyRecords
public IRhino3dm.UserData[] userData
public IServerI server
public Rhino3dmFile()
public Rhino3dmFile(int ver, int openNurbsVer, IServerI serv)
public void setServer(IServerI srv)
public int sizeOfChunkLength()