docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class FbxGeometry

    Inheritance
    object
    FbxEmitter
    FbxObject
    FbxNodeAttribute
    FbxLayerContainer
    FbxGeometryBase
    FbxGeometry
    FbxMesh
    FbxNurbsCurve
    Implements
    IDisposable
    IEquatable<FbxEmitter>
    Inherited Members
    FbxGeometryBase.InitControlPoints(int)
    FbxGeometryBase.GetControlPointsCount()
    FbxGeometryBase.CreateElementNormal()
    FbxGeometryBase.CreateElementBinormal()
    FbxGeometryBase.CreateElementTangent()
    FbxGeometryBase.CreateElementMaterial()
    FbxGeometryBase.CreateElementVertexColor()
    FbxGeometryBase.CreateElementUV(string, FbxLayerElement.EType)
    FbxGeometryBase.CreateElementUV(string)
    FbxGeometryBase.Equals(FbxGeometryBase)
    FbxGeometryBase.SetControlPointAt(FbxVector4, int)
    FbxGeometryBase.GetControlPointAt(int)
    FbxLayerContainer.CreateLayer()
    FbxLayerContainer.GetLayerCount()
    FbxLayerContainer.GetLayerCount(FbxLayerElement.EType, bool)
    FbxLayerContainer.GetLayerCount(FbxLayerElement.EType)
    FbxLayerContainer.GetLayer(int)
    FbxLayerContainer.Equals(FbxLayerContainer)
    FbxNodeAttribute.sColor
    FbxNodeAttribute.sDefaultColor
    FbxNodeAttribute.Color
    FbxNodeAttribute.GetAttributeType()
    FbxNodeAttribute.GetNodeCount()
    FbxNodeAttribute.GetNode(int)
    FbxNodeAttribute.GetNode()
    FbxNodeAttribute.Equals(FbxNodeAttribute)
    FbxObject.GetFbxManager()
    FbxObject.GetScene()
    FbxObject.Destroy(bool)
    FbxObject.Destroy()
    FbxObject.SetName(string)
    FbxObject.GetName()
    FbxObject.GetNameWithoutNameSpacePrefix()
    FbxObject.SetInitialName(string)
    FbxObject.GetInitialName()
    FbxObject.GetNameSpaceOnly()
    FbxObject.SetNameSpace(string)
    FbxObject.StripPrefix(string)
    FbxObject.GetSelected()
    FbxObject.SetSelected(bool)
    FbxObject.ConnectSrcObject(FbxObject, FbxConnection.EType)
    FbxObject.ConnectSrcObject(FbxObject)
    FbxObject.IsConnectedSrcObject(FbxObject)
    FbxObject.DisconnectSrcObject(FbxObject)
    FbxObject.GetSrcObjectCount()
    FbxObject.GetSrcObject(int)
    FbxObject.GetSrcObject()
    FbxObject.FindSrcObject(string, int)
    FbxObject.FindSrcObject(string)
    FbxObject.ConnectDstObject(FbxObject, FbxConnection.EType)
    FbxObject.ConnectDstObject(FbxObject)
    FbxObject.IsConnectedDstObject(FbxObject)
    FbxObject.DisconnectDstObject(FbxObject)
    FbxObject.GetDstObjectCount()
    FbxObject.GetDstObject(int)
    FbxObject.GetDstObject()
    FbxObject.FindDstObject(string, int)
    FbxObject.FindDstObject(string)
    FbxObject.GetFirstProperty()
    FbxObject.GetNextProperty(FbxProperty)
    FbxObject.FindProperty(string, bool)
    FbxObject.FindProperty(string)
    FbxObject.FindProperty(string, FbxDataType, bool)
    FbxObject.FindProperty(string, FbxDataType)
    FbxObject.FindPropertyHierarchical(string, bool)
    FbxObject.FindPropertyHierarchical(string)
    FbxObject.FindPropertyHierarchical(string, FbxDataType, bool)
    FbxObject.FindPropertyHierarchical(string, FbxDataType)
    FbxObject.GetClassRootProperty()
    FbxObject.ConnectSrcProperty(FbxProperty)
    FbxObject.IsConnectedSrcProperty(FbxProperty)
    FbxObject.DisconnectSrcProperty(FbxProperty)
    FbxObject.GetSrcPropertyCount()
    FbxObject.GetSrcProperty(int)
    FbxObject.GetSrcProperty()
    FbxObject.FindSrcProperty(string, int)
    FbxObject.FindSrcProperty(string)
    FbxObject.ConnectDstProperty(FbxProperty)
    FbxObject.IsConnectedDstProperty(FbxProperty)
    FbxObject.DisconnectDstProperty(FbxProperty)
    FbxObject.GetDstPropertyCount()
    FbxObject.GetDstProperty(int)
    FbxObject.GetDstProperty()
    FbxObject.FindDstProperty(string, int)
    FbxObject.FindDstProperty(string)
    FbxObject.AddImplementation(FbxImplementation)
    FbxObject.RemoveImplementation(FbxImplementation)
    FbxObject.HasDefaultImplementation()
    FbxObject.GetDefaultImplementation()
    FbxObject.SetDefaultImplementation(FbxImplementation)
    FbxObject.Equals(FbxObject)
    FbxObject.ToString()
    FbxEmitter.swigCPtr
    FbxEmitter.Dispose()
    FbxEmitter.Dispose(bool)
    FbxEmitter.Equals(FbxEmitter)
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Autodesk.Fbx
    Assembly: Autodesk.Fbx.dll
    Syntax
    public class FbxGeometry : FbxGeometryBase, IDisposable, IEquatable<FbxEmitter>

    Methods

    AddDeformer(FbxDeformer)

    Declaration
    public int AddDeformer(FbxDeformer pDeformer)
    Parameters
    Type Name Description
    FbxDeformer pDeformer
    Returns
    Type Description
    int

    Create(FbxManager, string)

    Declaration
    public static FbxGeometry Create(FbxManager pManager, string pName)
    Parameters
    Type Name Description
    FbxManager pManager
    string pName
    Returns
    Type Description
    FbxGeometry

    Create(FbxObject, string)

    Declaration
    public static FbxGeometry Create(FbxObject pContainer, string pName)
    Parameters
    Type Name Description
    FbxObject pContainer
    string pName
    Returns
    Type Description
    FbxGeometry

    Equals(FbxGeometry)

    Declaration
    public bool Equals(FbxGeometry other)
    Parameters
    Type Name Description
    FbxGeometry other
    Returns
    Type Description
    bool

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    FbxGeometryBase.Equals(object)

    GetBlendShapeDeformer(int)

    Declaration
    public FbxBlendShape GetBlendShapeDeformer(int pIndex)
    Parameters
    Type Name Description
    int pIndex
    Returns
    Type Description
    FbxBlendShape

    GetBlendShapeDeformer(int, FbxStatus)

    Declaration
    public FbxBlendShape GetBlendShapeDeformer(int pIndex, FbxStatus pStatus)
    Parameters
    Type Name Description
    int pIndex
    FbxStatus pStatus
    Returns
    Type Description
    FbxBlendShape

    GetDeformer(int)

    Declaration
    public FbxDeformer GetDeformer(int pIndex)
    Parameters
    Type Name Description
    int pIndex
    Returns
    Type Description
    FbxDeformer

    GetDeformer(int, EDeformerType)

    Declaration
    public FbxDeformer GetDeformer(int pIndex, FbxDeformer.EDeformerType pType)
    Parameters
    Type Name Description
    int pIndex
    FbxDeformer.EDeformerType pType
    Returns
    Type Description
    FbxDeformer

    GetDeformer(int, EDeformerType, FbxStatus)

    Declaration
    public FbxDeformer GetDeformer(int pIndex, FbxDeformer.EDeformerType pType, FbxStatus pStatus)
    Parameters
    Type Name Description
    int pIndex
    FbxDeformer.EDeformerType pType
    FbxStatus pStatus
    Returns
    Type Description
    FbxDeformer

    GetDeformer(int, FbxStatus)

    Declaration
    public FbxDeformer GetDeformer(int pIndex, FbxStatus pStatus)
    Parameters
    Type Name Description
    int pIndex
    FbxStatus pStatus
    Returns
    Type Description
    FbxDeformer

    GetDeformerCount()

    Declaration
    public int GetDeformerCount()
    Returns
    Type Description
    int

    GetDeformerCount(EDeformerType)

    Declaration
    public int GetDeformerCount(FbxDeformer.EDeformerType pType)
    Parameters
    Type Name Description
    FbxDeformer.EDeformerType pType
    Returns
    Type Description
    int

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    FbxGeometryBase.GetHashCode()

    Operators

    operator ==(FbxGeometry, FbxGeometry)

    Declaration
    public static bool operator ==(FbxGeometry a, FbxGeometry b)
    Parameters
    Type Name Description
    FbxGeometry a
    FbxGeometry b
    Returns
    Type Description
    bool

    operator !=(FbxGeometry, FbxGeometry)

    Declaration
    public static bool operator !=(FbxGeometry a, FbxGeometry b)
    Parameters
    Type Name Description
    FbxGeometry a
    FbxGeometry b
    Returns
    Type Description
    bool

    Implements

    IDisposable
    IEquatable<T>
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)