Class UsdGeomPoints
Inheritance
Inherited Members
Namespace: pxr
Syntax
public class UsdGeomPoints : UsdGeomPointBased, IDisposable
Constructors
UsdGeomPoints()
Declaration
public UsdGeomPoints()
UsdGeomPoints(UsdPrim)
Declaration
public UsdGeomPoints(UsdPrim prim)
Parameters
Type | Name | Description |
---|---|---|
UsdPrim | prim |
UsdGeomPoints(UsdSchemaBase)
Declaration
public UsdGeomPoints(UsdSchemaBase schemaObj)
Parameters
Type | Name | Description |
---|---|---|
UsdSchemaBase | schemaObj |
Methods
ComputeExtent(VtVec3fArray, VtFloatArray, GfMatrix4d, VtVec3fArray)
Declaration
public static bool ComputeExtent(VtVec3fArray points, VtFloatArray widths, GfMatrix4d transform, VtVec3fArray extent)
Parameters
Type | Name | Description |
---|---|---|
VtVec3fArray | points | |
VtFloatArray | widths | |
GfMatrix4d | transform | |
VtVec3fArray | extent |
Returns
Type | Description |
---|---|
Boolean |
ComputeExtent(VtVec3fArray, VtFloatArray, VtVec3fArray)
Declaration
public static bool ComputeExtent(VtVec3fArray points, VtFloatArray widths, VtVec3fArray extent)
Parameters
Type | Name | Description |
---|---|---|
VtVec3fArray | points | |
VtFloatArray | widths | |
VtVec3fArray | extent |
Returns
Type | Description |
---|---|
Boolean |
CreateIdsAttr()
Declaration
public UsdAttribute CreateIdsAttr()
Returns
Type | Description |
---|---|
UsdAttribute |
CreateIdsAttr(VtValue)
Declaration
public UsdAttribute CreateIdsAttr(VtValue defaultValue)
Parameters
Type | Name | Description |
---|---|---|
VtValue | defaultValue |
Returns
Type | Description |
---|---|
UsdAttribute |
CreateIdsAttr(VtValue, Boolean)
Declaration
public UsdAttribute CreateIdsAttr(VtValue defaultValue, bool writeSparsely)
Parameters
Type | Name | Description |
---|---|---|
VtValue | defaultValue | |
Boolean | writeSparsely |
Returns
Type | Description |
---|---|
UsdAttribute |
CreateWidthsAttr()
Declaration
public UsdAttribute CreateWidthsAttr()
Returns
Type | Description |
---|---|
UsdAttribute |
CreateWidthsAttr(VtValue)
Declaration
public UsdAttribute CreateWidthsAttr(VtValue defaultValue)
Parameters
Type | Name | Description |
---|---|---|
VtValue | defaultValue |
Returns
Type | Description |
---|---|
UsdAttribute |
CreateWidthsAttr(VtValue, Boolean)
Declaration
public UsdAttribute CreateWidthsAttr(VtValue defaultValue, bool writeSparsely)
Parameters
Type | Name | Description |
---|---|---|
VtValue | defaultValue | |
Boolean | writeSparsely |
Returns
Type | Description |
---|---|
UsdAttribute |
Define(UsdStageWeakPtr, SdfPath)
Declaration
public static UsdGeomPoints Define(UsdStageWeakPtr stage, SdfPath path)
Parameters
Type | Name | Description |
---|---|---|
UsdStageWeakPtr | stage | |
SdfPath | path |
Returns
Type | Description |
---|---|
UsdGeomPoints |
Dispose()
Declaration
public override void Dispose()
Overrides
Finalize()
Declaration
protected void Finalize()
Get(UsdStageWeakPtr, SdfPath)
Declaration
public static UsdGeomPoints Get(UsdStageWeakPtr stage, SdfPath path)
Parameters
Type | Name | Description |
---|---|---|
UsdStageWeakPtr | stage | |
SdfPath | path |
Returns
Type | Description |
---|---|
UsdGeomPoints |
GetIdsAttr()
Declaration
public UsdAttribute GetIdsAttr()
Returns
Type | Description |
---|---|
UsdAttribute |
GetSchemaAttributeNames()
Declaration
public static TfTokenVector GetSchemaAttributeNames()
Returns
Type | Description |
---|---|
TfTokenVector |
GetSchemaAttributeNames(Boolean)
Declaration
public static TfTokenVector GetSchemaAttributeNames(bool includeInherited)
Parameters
Type | Name | Description |
---|---|---|
Boolean | includeInherited |
Returns
Type | Description |
---|---|
TfTokenVector |
GetWidthsAttr()
Declaration
public UsdAttribute GetWidthsAttr()
Returns
Type | Description |
---|---|
UsdAttribute |
GetWidthsInterpolation()
Declaration
public TfToken GetWidthsInterpolation()
Returns
Type | Description |
---|---|
TfToken |
SetWidthsInterpolation(TfToken)
Declaration
public bool SetWidthsInterpolation(TfToken interpolation)
Parameters
Type | Name | Description |
---|---|---|
TfToken | interpolation |
Returns
Type | Description |
---|---|
Boolean |