Package com.aspose.threed
Interface INamedObject
-
- All Known Implementing Classes:
A3DObject
,AnimationClip
,AnimationNode
,ArbitraryProfile
,AssetInfo
,BindPoint
,Bone
,Box
,Camera
,Circle
,CircleShape
,CompositeCurve
,CShape
,Curve
,CustomObject
,Cylinder
,Deformer
,Dish
,Ellipse
,EllipseShape
,Entity
,Frustum
,Geometry
,HollowCircleShape
,HollowRectangleShape
,HShape
,ImageRenderOptions
,KeyframeSequence
,LambertMaterial
,Light
,Line
,LinearExtrusion
,LShape
,Material
,Mesh
,MirroredProfile
,MorphTargetChannel
,MorphTargetDeformer
,Node
,NurbsCurve
,NurbsSurface
,ParameterizedProfile
,Patch
,PbrMaterial
,PbrSpecularMaterial
,PhongMaterial
,Plane
,PointCloud
,Pose
,PostProcessing
,Primitive
,Profile
,Property
,Pyramid
,RectangleShape
,RectangularTorus
,RevolvedAreaSolid
,Scene
,SceneObject
,ShaderMaterial
,Shape
,Skeleton
,SkinDeformer
,Sphere
,SweptAreaSolid
,Texture
,TextureBase
,Torus
,Transform
,TransformedCurve
,TrapeziumShape
,TriMesh
,TrimmedCurve
,TShape
,UShape
,ZShape
public interface INamedObject
Object that has a name
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Gets the name of the object
-