public class SoPointDetail extends SoDetail
SoFaceDetail
and SoLineDetail
to return information about the vertices of faces and line segments.
See also:
SoDetail
, SoPickedPoint
, SoPrimitiveVertex
, SoVertexShape
, SoFaceDetail
, SoLineDetail
Inventor.ConstructorCommand
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoPointDetail()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
SoDetail |
copy()
Returns an instance that is a copy of this instance.
|
int |
getCoordinateIndex()
Returns the index of the point within the relevant coordinate node.
|
int |
getMaterialIndex()
Returns the index of the material for the point within the relevant material node.
|
int |
getNormalIndex()
Returns the index of the surface normal at the point within the relevant normal node.
|
SoPointDetail |
getPoint(int i) |
int |
getTextureCoordIndex()
Returns the index of the texture coordinates for the point within the relevant normal node.
|
void |
setCoordinateIndex(int i) |
void |
setMaterialIndex(int i) |
void |
setNormalIndex(int i) |
void |
setTextureCoordIndex(int i) |
dispose, getNativeResourceHandle
public void setMaterialIndex(int i)
public SoDetail copy()
public void setNormalIndex(int i)
public void setCoordinateIndex(int i)
public int getTextureCoordIndex()
public int getCoordinateIndex()
public SoPointDetail getPoint(int i)
public void setTextureCoordIndex(int i)
public int getNormalIndex()
public int getMaterialIndex()
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com