public static class I3DXML.ReferenceRep extends I3DXML.I3DXMLNode
Modifier and Type | Class and Description |
---|---|
static class |
I3DXML.ReferenceRep.FormatType |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
associatedFile |
java.lang.String |
associatedURN |
I3DXML.ReferenceRep.FormatType |
format |
java.util.ArrayList<I3DXML.I3DXMLNode> |
instanceReps |
I3DXML.RepresentationDocument |
representationDocument |
id, name, nameDelimiter
Constructor and Description |
---|
ReferenceRep() |
ReferenceRep(int id) |
ReferenceRep(int id,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
addInstance(I3DXML.InstanceRep instanceR) |
java.util.ArrayList<IGeometry> |
instantiate(IMatrix4 transform) |
java.util.ArrayList<IMesh> |
instantiatePolygon(IMatrix4 transform) |
java.util.ArrayList<ICurve> |
instantiatePolyline(IMatrix4 transform) |
public java.util.ArrayList<I3DXML.I3DXMLNode> instanceReps
public I3DXML.ReferenceRep.FormatType format
public java.lang.String associatedFile
public java.lang.String associatedURN
public I3DXML.RepresentationDocument representationDocument
public ReferenceRep()
public ReferenceRep(int id)
public ReferenceRep(int id, java.lang.String name)
public void addInstance(I3DXML.InstanceRep instanceR)
public java.util.ArrayList<IGeometry> instantiate(IMatrix4 transform)
instantiate
in class I3DXML.I3DXMLNode