public class ClippingPlane extends Object
Java class for ClippingPlane complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClippingPlane">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Location" type="{}Point"/>
<element name="Direction" type="{}Direction"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Direction |
direction |
protected Point |
location |
| Constructor and Description |
|---|
ClippingPlane() |
| Modifier and Type | Method and Description |
|---|---|
Direction |
getDirection()
Gets the value of the direction property.
|
Point |
getLocation()
Gets the value of the location property.
|
void |
setDirection(Direction value)
Sets the value of the direction property.
|
void |
setLocation(Point value)
Sets the value of the location property.
|
public Point getLocation()
Pointpublic void setLocation(Point value)
value - allowed object is
Pointpublic Direction getDirection()
DirectionCopyright © 2016 OpenSource BIM. All rights reserved.