Package | Description |
---|---|
eu.printingin3d.javascad.models | |
eu.printingin3d.javascad.openscad | |
eu.printingin3d.javascad.tranzitions | |
eu.printingin3d.javascad.vrl |
Modifier and Type | Method and Description |
---|---|
CSG |
Abstract3dModel.toCSG()
Renders this model to its CSG interpretation - convenient method which used the default
generation context.
|
CSG |
IModel.toCSG(FacetGenerationContext context)
Renders this model to its CSG interpretation.
|
CSG |
Abstract3dModel.toCSG(FacetGenerationContext aContext) |
protected CSG |
Support.toInnerCSG(FacetGenerationContext context) |
protected CSG |
Sphere.toInnerCSG(FacetGenerationContext context) |
protected CSG |
Ring.toInnerCSG(FacetGenerationContext context) |
protected CSG |
Polyhedron.toInnerCSG(FacetGenerationContext context) |
protected CSG |
LinearExtrude.toInnerCSG(FacetGenerationContext context) |
protected CSG |
Extendable3dModel.toInnerCSG(FacetGenerationContext context) |
protected CSG |
Empty3dModel.toInnerCSG(FacetGenerationContext context) |
protected CSG |
Cylinder.toInnerCSG(FacetGenerationContext context) |
protected CSG |
Cube.toInnerCSG(FacetGenerationContext context) |
protected CSG |
BoundedModel.toInnerCSG(FacetGenerationContext context) |
protected abstract CSG |
Abstract3dModel.toInnerCSG(FacetGenerationContext context) |
Modifier and Type | Method and Description |
---|---|
CSG |
Consts.toCSG(FacetGenerationContext context) |
Modifier and Type | Method and Description |
---|---|
protected CSG |
Union.toInnerCSG(FacetGenerationContext context) |
protected CSG |
Translate.toInnerCSG(FacetGenerationContext context) |
protected CSG |
Slicer.toInnerCSG(FacetGenerationContext context) |
protected CSG |
Scale.toInnerCSG(FacetGenerationContext context) |
protected CSG |
Rotate.toInnerCSG(FacetGenerationContext context) |
protected CSG |
Mirror.toInnerCSG(FacetGenerationContext context) |
protected CSG |
Intersection.toInnerCSG(FacetGenerationContext context) |
protected CSG |
Hull.toInnerCSG(FacetGenerationContext context) |
protected CSG |
Difference.toInnerCSG(FacetGenerationContext context) |
protected CSG |
Colorize.toInnerCSG(FacetGenerationContext context) |
Modifier and Type | Method and Description |
---|---|
CSG |
CSG.difference(CSG csg)
Return a new CSG solid representing the difference of this csg and the
specified csg.
|
static CSG |
CSG.fromPolygons(Polygon... polygons)
Constructs a CSG from the specified
Polygon instances. |
CSG |
CSG.intersect(CSG csg)
Return a new CSG solid representing the intersection of this csg and the
specified csg.
|
CSG |
CSG.transformed(ITransformation transform)
Returns a transformed copy of this CSG.
|
CSG |
CSG.union(CSG csg)
Return a new CSG solid representing the union of this csg and the
specified csg.
|
Modifier and Type | Method and Description |
---|---|
CSG |
CSG.difference(CSG csg)
Return a new CSG solid representing the difference of this csg and the
specified csg.
|
CSG |
CSG.intersect(CSG csg)
Return a new CSG solid representing the intersection of this csg and the
specified csg.
|
CSG |
CSG.union(CSG csg)
Return a new CSG solid representing the union of this csg and the
specified csg.
|
Copyright © 2014–2020, Printing in 3D. All rights reserved.