Class FbxGeometryBase
Inheritance
System.Object
FbxGeometryBase
Syntax
public class FbxGeometryBase : FbxLayerContainer, IDisposable, IEquatable<FbxEmitter>
Methods
Create(FbxManager, String)
Declaration
public static FbxGeometryBase Create(FbxManager pManager, string pName)
Parameters
Type |
Name |
Description |
FbxManager |
pManager |
|
System.String |
pName |
|
Returns
Create(FbxObject, String)
Declaration
public static FbxGeometryBase Create(FbxObject pContainer, string pName)
Parameters
Type |
Name |
Description |
FbxObject |
pContainer |
|
System.String |
pName |
|
Returns
CreateElementNormal()
Declaration
public FbxLayerElementNormal CreateElementNormal()
Returns
CreateElementTangent()
Declaration
public FbxLayerElementTangent CreateElementTangent()
Returns
Equals(FbxGeometryBase)
Declaration
public bool Equals(FbxGeometryBase other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
GetControlPointAt(Int32)
Declaration
public virtual FbxVector4 GetControlPointAt(int pIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
pIndex |
|
Returns
GetControlPointsCount()
Declaration
public virtual int GetControlPointsCount()
Returns
Type |
Description |
System.Int32 |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
InitControlPoints(Int32)
Declaration
public virtual void InitControlPoints(int pCount)
Parameters
Type |
Name |
Description |
System.Int32 |
pCount |
|
SetControlPointAt(FbxVector4, Int32)
Declaration
public void SetControlPointAt(FbxVector4 pCtrlPoint, int pIndex)
Parameters
Type |
Name |
Description |
FbxVector4 |
pCtrlPoint |
|
System.Int32 |
pIndex |
|
Operators
Equality(FbxGeometryBase, FbxGeometryBase)
Declaration
public static bool operator ==(FbxGeometryBase a, FbxGeometryBase b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(FbxGeometryBase, FbxGeometryBase)
Declaration
public static bool operator !=(FbxGeometryBase a, FbxGeometryBase b)
Parameters
Returns
Type |
Description |
System.Boolean |
|