public final class FullScadGenerationContext extends Object implements IScadGenerationContext
Used internally by the context generation framework.
Use the ScadGenerationContextFactory
to generate generation context.
Modifier and Type | Field and Description |
---|---|
static IScadGenerationContext |
INSTANCE
The only instance of this immutable object.
|
Modifier and Type | Method and Description |
---|---|
IScadGenerationContext |
applyTag(int tag)
Apply the given tag to this context.
|
boolean |
isTagIncluded()
True if the current object should be included into the result.
|
public static final IScadGenerationContext INSTANCE
public boolean isTagIncluded()
IScadGenerationContext
isTagIncluded
in interface IScadGenerationContext
public IScadGenerationContext applyTag(int tag)
IScadGenerationContext
applyTag
in interface IScadGenerationContext
tag
- the tag to be appliedCopyright © 2014–2020, Printing in 3D. All rights reserved.