Skip to content
On this page

mxcad_3d API 文档 / Mx3dGeomBoundedSurface

Class: Mx3dGeomBoundedSurface

表示一定范围内曲面的基类。

Hierarchy

Table of contents

Methods

Methods

DynCast

DynCast(theObject): Mx3dGeomBoundedSurface

Parameters

NameType
theObjectMx3dGeomObject

Returns

Mx3dGeomBoundedSurface

Inherited from

Mx3dGeomSurface.DynCast


DynamicType

DynamicType(): string

返回对象的动态类型字符串。

Returns

string

动态类型字符串。

Overrides

Mx3dGeomSurface.DynamicType


MirrorByAxis

MirrorByAxis(A1): void

通过轴对几何对象进行镜像变换。

Parameters

NameTypeDescription
A1Mx3dGeAxis轴对象。

Returns

void

Inherited from

Mx3dGeomSurface.MirrorByAxis


MirrorByCSYSR

MirrorByCSYSR(A2): void

通过右手坐标系对几何对象进行镜像变换。

Parameters

NameTypeDescription
A2Mx3dGeCSYSR右手坐标系对象。

Returns

void

Inherited from

Mx3dGeomSurface.MirrorByCSYSR


MirrorByPoint

MirrorByPoint(P): void

通过点对几何对象进行镜像变换。

Parameters

NameTypeDescription
PMx3dGePoint点对象。

Returns

void

Inherited from

Mx3dGeomSurface.MirrorByPoint


MirroredByAxis

MirroredByAxis(A1): Mx3dGeomBoundedSurface

返回通过轴镜像变换后的新几何对象。

Parameters

NameTypeDescription
A1Mx3dGeAxis轴对象。

Returns

Mx3dGeomBoundedSurface

新的几何对象。

Inherited from

Mx3dGeomSurface.MirroredByAxis


MirroredByCSYSR

MirroredByCSYSR(A2): Mx3dGeomBoundedSurface

返回通过右手坐标系镜像变换后的新几何对象。

Parameters

NameTypeDescription
A2Mx3dGeCSYSR右手坐标系对象。

Returns

Mx3dGeomBoundedSurface

新的几何对象。

Inherited from

Mx3dGeomSurface.MirroredByCSYSR


MirroredByPoint

MirroredByPoint(P): Mx3dGeomBoundedSurface

返回通过点镜像变换后的新几何对象。

Parameters

NameTypeDescription
PMx3dGePoint点对象。

Returns

Mx3dGeomBoundedSurface

新的几何对象。

Inherited from

Mx3dGeomSurface.MirroredByPoint


Rotate

Rotate(A1, Ang): void

旋转几何对象。

Parameters

NameTypeDescription
A1Mx3dGeAxis轴对象。
Angnumber旋转角度。

Returns

void

Inherited from

Mx3dGeomSurface.Rotate


Rotated

Rotated(A1, Ang): Mx3dGeomBoundedSurface

返回旋转后的新几何对象。

Parameters

NameTypeDescription
A1Mx3dGeAxis轴对象。
Angnumber旋转角度。

Returns

Mx3dGeomBoundedSurface

新的几何对象。

Inherited from

Mx3dGeomSurface.Rotated


Scale

Scale(P, S): void

缩放几何对象。

Parameters

NameTypeDescription
PMx3dGePoint点对象。
Snumber缩放比例。

Returns

void

Inherited from

Mx3dGeomSurface.Scale


Scaled

Scaled(P, S): Mx3dGeomBoundedSurface

返回缩放后的新几何对象。

Parameters

NameTypeDescription
PMx3dGePoint点对象。
Snumber缩放比例。

Returns

Mx3dGeomBoundedSurface

新的几何对象。

Inherited from

Mx3dGeomSurface.Scaled


TransformParameters

TransformParameters(UV, T): void

根据给定的变换矩阵 T 变换表面参数。

Parameters

NameTypeDescription
UV[dU: number, dV: number]参数数组,包含 U 和 V 的值。
TMx3dGeTrsf变换矩阵。

Returns

void

Inherited from

Mx3dGeomSurface.TransformParameters


Transformed

Transformed(T): Mx3dGeomBoundedSurface

返回变换后的新几何对象。

Parameters

NameTypeDescription
TMx3dGeTrsf变换对象。

Returns

Mx3dGeomBoundedSurface

新的几何对象。

Inherited from

Mx3dGeomSurface.Transformed


TranslateBy2Points

TranslateBy2Points(P1, P2): void

通过两个点平移几何对象。

Parameters

NameTypeDescription
P1Mx3dGePoint起始点对象。
P2Mx3dGePoint终止点对象。

Returns

void

Inherited from

Mx3dGeomSurface.TranslateBy2Points


TranslateByVec

TranslateByVec(V): void

通过向量平移几何对象。

Parameters

NameTypeDescription
VMx3dGeVec向量对象。

Returns

void

Inherited from

Mx3dGeomSurface.TranslateByVec


TranslatedBy2Points

TranslatedBy2Points(P1, P2): Mx3dGeomBoundedSurface

返回通过两个点平移后的新几何对象。

Parameters

NameTypeDescription
P1Mx3dGePoint起始点对象。
P2Mx3dGePoint终止点对象。

Returns

Mx3dGeomBoundedSurface

新的几何对象。

Inherited from

Mx3dGeomSurface.TranslatedBy2Points


TranslatedByVec

TranslatedByVec(V): Mx3dGeomBoundedSurface

返回通过向量平移后的新几何对象。

Parameters

NameTypeDescription
VMx3dGeVec向量对象。

Returns

Mx3dGeomBoundedSurface

新的几何对象。

Inherited from

Mx3dGeomSurface.TranslatedByVec


UPeriod

UPeriod(): number

返回表面在 U 方向的周期。

Returns

number

表面在 U 方向的周期。

Inherited from

Mx3dGeomSurface.UPeriod


UReversed

UReversed(): Mx3dGeomBoundedSurface

反转 U 方向的参数化。

Returns

Mx3dGeomBoundedSurface

返回当前对象以实现链式调用。

Inherited from

Mx3dGeomSurface.UReversed


VPeriod

VPeriod(): number

返回表面在 V 方向的周期。

Returns

number

表面在 V 方向的周期。

Inherited from

Mx3dGeomSurface.VPeriod


VReversed

VReversed(): Mx3dGeomBoundedSurface

反转 V 方向的参数化。

Returns

Mx3dGeomBoundedSurface

返回当前对象以实现链式调用。

Inherited from

Mx3dGeomSurface.VReversed


Value

Value(U, V): Mx3dGePoint

计算参数 (U, V) 对应的表面上的点。

Parameters

NameTypeDescription
Unumber表面参数 U。
Vnumber表面参数 V。

Returns

Mx3dGePoint

对应的点。

Inherited from

Mx3dGeomSurface.Value