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 |
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 . |
void |
setLineIndex(int i) |
void |
setPartIndex(int i) |
void |
setPoint0(SoPointDetail pd) |
void |
setPoint1(SoPointDetail pd) |
dispose, getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
public SoLineDetail(SoLineDetail copyFrom)
public SoLineDetail()
public int getPartIndex()
SoLineSet
.public void setPoint1(SoPointDetail pd)
public void setPoint0(SoPointDetail pd)
public SoDetail copy()
public void setPartIndex(int i)
public SoPointDetail getPoint1()
SoPointDetail
.public int getLineIndex()
SoLineSet
.public void setLineIndex(int i)
public SoPointDetail getPoint0()
SoPointDetail
.Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com