STK Graphics PrimitivesSend comments on this topic.
AgEStkGraphicsModelTransformationType Enumeration
See Also

Description

Transformation types that define the way a ModelTransformation changes the geometry of the ModelArticulation it is associated with.

Members

MemberValueDescription
eStkGraphicsModelTransformationTypeTranslateX0Translates the geometry along the X axis.
eStkGraphicsModelTransformationTypeTranslateY1Translates the geometry along the Y axis.
eStkGraphicsModelTransformationTypeTranslateZ2Translates the geometry along the Z axis.
eStkGraphicsModelTransformationTypeRotateX3Rotates the geometry about the X axis.
eStkGraphicsModelTransformationTypeRotateY4Rotates the geometry about the Y axis.
eStkGraphicsModelTransformationTypeRotateZ5Rotates the geometry about the Z axis.
eStkGraphicsModelTransformationTypeScaleX6Scales the geometry along the X axis.
eStkGraphicsModelTransformationTypeScaleY7Scales the geometry along the Y axis.
eStkGraphicsModelTransformationTypeScaleZ8Scales the geometry along the Z axis.
eStkGraphicsModelTransformationTypeScaleUniform9Scales the geometry uniformly along the X, Y, and Z axes.
eStkGraphicsModelTransformationTypeTextureTranslateX10Translates the Texture 2D associated with the geometry along the X axis.
eStkGraphicsModelTransformationTypeTextureTranslateY11Translates the Texture 2D associated with the geometry along the Y axis.
eStkGraphicsModelTransformationTypeTextureTranslateZ12Translates the Texture 2D associated with the geometry along the Z axis.
eStkGraphicsModelTransformationTypeTextureRotateX13Rotates the Texture 2D associated with the geometry about the X axis.
eStkGraphicsModelTransformationTypeTextureRotateY14Rotates the Texture 2D associated with the geometry about the Y axis.
eStkGraphicsModelTransformationTypeTextureRotateZ15Rotates the Texture 2D associated with the geometry about the Z axis.
eStkGraphicsModelTransformationTypeTextureScaleX16Scales the Texture 2D associated with the geometry along the X axis.
eStkGraphicsModelTransformationTypeTextureScaleY17Scales the Texture 2D associated with the geometry along the Y axis.
eStkGraphicsModelTransformationTypeTextureScaleZ18Scales the Texture 2D associated with the geometry along the Z axis.
eStkGraphicsModelTransformationTypeTextureScaleUniform19Scales the Texture 2D associated with the geometry uniformly along the X, Y, and Z axes.
eStkGraphicsModelTransformationTypeTranslateRed20Translates the red band of color associated with the geometry.
eStkGraphicsModelTransformationTypeTranslateGreen21Translates the green band of color associated with the geometry.
eStkGraphicsModelTransformationTypeTranslateBlue22Translates the blue band of color associated with the geometry.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.