GeometricPropertiesCaeFace_Struct Struct

NXOpen.GeometricAnalysis.GeometricProperties.CaeFace is an alias for NXOpen.GeometricAnalysis.GeometricPropertiesCaeFace_Struct

class NXOpen.GeometricAnalysis.GeometricPropertiesCaeFace_Struct

Bases: object

CAE Face Geometric Properties

Fields

Field Description
ClosestPoint closest point on face in Root Part Coordinates
UParameter u parameter of the closest point in Root Part Coordinates
VParameter v parameter of the closest point in Root Part Coordinates
Normal normal at the closest point in Root Part Coordinates
ClosestPointInWcs closest point in Work Part Coordinates
NormalInWcs normal in Work Part Coordinates
UDerivative Derivative in U, Root Part Coordinates
VDerivative Derivative in V, Root Part Coordinates
UDerivativeInWcs Derivative in U in Work Part Coordinates
VDerivativeInWcs Derivative in V in Work Part Coordinates

ClosestPoint

GeometricPropertiesCaeFace_Struct.ClosestPoint

closest point on face in Root Part Coordinates -------------------------------------

Getter Method Signature ClosestPoint()

Returns:
Return type:NXOpen.Vector3d

-------------------------------------

Setter Method

Signature ClosestPoint(value)

Parameters:value (NXOpen.Vector3d) –

UParameter

GeometricPropertiesCaeFace_Struct.UParameter

u parameter of the closest point in Root Part Coordinates -------------------------------------

Getter Method Signature UParameter()

Returns:
Return type:float

-------------------------------------

Setter Method

Signature UParameter(value)

Parameters:value (float) –

VParameter

GeometricPropertiesCaeFace_Struct.VParameter

v parameter of the closest point in Root Part Coordinates -------------------------------------

Getter Method Signature VParameter()

Returns:
Return type:float

-------------------------------------

Setter Method

Signature VParameter(value)

Parameters:value (float) –

Normal

GeometricPropertiesCaeFace_Struct.Normal

normal at the closest point in Root Part Coordinates -------------------------------------

Getter Method Signature Normal()

Returns:
Return type:NXOpen.Vector3d

-------------------------------------

Setter Method

Signature Normal(value)

Parameters:value (NXOpen.Vector3d) –

ClosestPointInWcs

GeometricPropertiesCaeFace_Struct.ClosestPointInWcs

closest point in Work Part Coordinates -------------------------------------

Getter Method Signature ClosestPointInWcs()

Returns:
Return type:NXOpen.Point3d

-------------------------------------

Setter Method

Signature ClosestPointInWcs(value)

Parameters:value (NXOpen.Point3d) –

NormalInWcs

GeometricPropertiesCaeFace_Struct.NormalInWcs

normal in Work Part Coordinates -------------------------------------

Getter Method Signature NormalInWcs()

Returns:
Return type:NXOpen.Vector3d

-------------------------------------

Setter Method

Signature NormalInWcs(value)

Parameters:value (NXOpen.Vector3d) –

UDerivative

GeometricPropertiesCaeFace_Struct.UDerivative

Derivative in U, Root Part Coordinates -------------------------------------

Getter Method Signature UDerivative()

Returns:
Return type:NXOpen.Vector3d

-------------------------------------

Setter Method

Signature UDerivative(value)

Parameters:value (NXOpen.Vector3d) –

VDerivative

GeometricPropertiesCaeFace_Struct.VDerivative

Derivative in V, Root Part Coordinates -------------------------------------

Getter Method Signature VDerivative()

Returns:
Return type:NXOpen.Vector3d

-------------------------------------

Setter Method

Signature VDerivative(value)

Parameters:value (NXOpen.Vector3d) –

UDerivativeInWcs

GeometricPropertiesCaeFace_Struct.UDerivativeInWcs

Derivative in U in Work Part Coordinates -------------------------------------

Getter Method Signature UDerivativeInWcs()

Returns:
Return type:NXOpen.Vector3d

-------------------------------------

Setter Method

Signature UDerivativeInWcs(value)

Parameters:value (NXOpen.Vector3d) –

VDerivativeInWcs

GeometricPropertiesCaeFace_Struct.VDerivativeInWcs

Derivative in V in Work Part Coordinates -------------------------------------

Getter Method Signature VDerivativeInWcs()

Returns:
Return type:NXOpen.Vector3d

-------------------------------------

Setter Method

Signature VDerivativeInWcs(value)

Parameters:value (NXOpen.Vector3d) –