public class SoLineDetail extends SoDetail
See also:
Inventor.ConstructorCommand
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoLineDetail()
Constructor.
|
SoLineDetail(SoLineDetail copyFrom) |
Modifier and Type | Method and Description |
---|---|
SoDetail |
copy()
Returns an instance that is a copy of this instance.
|
int |
getLineIndex()
Returns the index of the line the segment is part of within a shape, such as the third line within an
SoLineSet . |
int |
getPartIndex()
Returns the index of the part containing the line segment within the shape.
|
SoPointDetail |
getPoint(int i)
Returns information about the point forming the i'th end of the line, represented as an
SoPointDetail . |
SoPointDetail |
getPoint0()
Returns information about the first of two points forming the end vertices of the line segment, represented as an
SoPointDetail . |
SoPointDetail |
getPoint1()
Returns information about the second of two points forming the end vertices of the line segment, represented as an
SoPointDetail . |
SoPointDetail |
getPoints() |
void |
setLineIndex(int i) |
void |
setPartIndex(int i) |
void |
setPoint(int index,
SoPointDetail pd) |
void |
setPoint0(SoPointDetail pd) |
void |
setPoint1(SoPointDetail pd) |
dispose, getNativeResourceHandle
public SoLineDetail(SoLineDetail copyFrom)
public SoLineDetail()
public int getLineIndex()
SoLineSet
.public SoPointDetail getPoint1()
SoPointDetail
.public void setPoint0(SoPointDetail pd)
public void setPoint1(SoPointDetail pd)
public SoPointDetail getPoint(int i)
SoPointDetail
.public int getPartIndex()
SoLineSet
.public SoDetail copy()
public void setLineIndex(int i)
public void setPartIndex(int i)
public SoPointDetail getPoint0()
SoPointDetail
.public void setPoint(int index, SoPointDetail pd)
public SoPointDetail getPoints()
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com