返回介绍

指南

MxCAD API 文档

3d.MdGeWire

发布于 2024-07-31 21:39:59 字数 28462 浏览 0 评论 0 收藏 0

mxcad API 文档 / 3d / MdGeWire

Class: MdGeWire

3d.MdGeWire

表示一个Wire形状

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new MdGeWire(p?)

Parameters

NameType
p?object

Overrides

MdGeShape.constructor

Properties

imp

Protected imp: any = 0

Inherited from

MdGeShape.imp

Methods

AddedEdge

AddedEdge(edge): MdGeWire

Parameters

NameType
edgeMdGeEdge

Returns

MdGeWire


AddedWire

AddedWire(wire): MdGeWire

Parameters

NameType
wireMdGeWire

Returns

MdGeWire


Common

Common(other): MdGeShape

Parameters

NameType
otherMdGeShape

Returns

MdGeShape

Inherited from

MdGeShape.Common


Cut

Cut(remove): MdGeShape

Parameters

NameType
removeMdGeShape

Returns

MdGeShape

Inherited from

MdGeShape.Cut


Draw

Draw(): void

Returns

void

Inherited from

MdGeShape.Draw


Fuse

Fuse(other): MdGeShape

Parameters

NameType
otherMdGeShape

Returns

MdGeShape

Inherited from

MdGeShape.Fuse


IsNull

IsNull(): boolean

Returns

boolean

Inherited from

MdGeShape.IsNull


MirrorByAxis

MirrorByAxis(axis): void

Parameters

NameType
axisMdGeAxis

Returns

void

Inherited from

MdGeShape.MirrorByAxis


MirrorByCSYSR

MirrorByCSYSR(csysr): void

Parameters

NameType
csysrMdGeCSYSR

Returns

void

Inherited from

MdGeShape.MirrorByCSYSR


MirrorByPoint

MirrorByPoint(theP): void

Parameters

NameType
thePMdGePoint

Returns

void

Inherited from

MdGeShape.MirrorByPoint


MirroredByAxis

MirroredByAxis(axis): MdGeShape

Parameters

NameType
axisMdGeAxis

Returns

MdGeShape

Inherited from

MdGeShape.MirroredByAxis


MirroredByCSYSR

MirroredByCSYSR(csysr): MdGeShape

Parameters

NameType
csysrMdGeCSYSR

Returns

MdGeShape

Inherited from

MdGeShape.MirroredByCSYSR


MirroredByPoint

MirroredByPoint(theP): MdGeShape

Parameters

NameType
thePMdGePoint

Returns

MdGeShape

Inherited from

MdGeShape.MirroredByPoint


Quantities

Quantities(): MdGeArray1OfReal

Returns

MdGeArray1OfReal

Inherited from

MdGeShape.Quantities


Rotate

Rotate(axis, ang): void

Parameters

NameType
axisMdGeAxis
angnumber

Returns

void

Inherited from

MdGeShape.Rotate


Rotated

Rotated(axis, ang): MdGeShape

Parameters

NameType
axisMdGeAxis
angnumber

Returns

MdGeShape

Inherited from

MdGeShape.Rotated


Scale

Scale(point, s): void

Parameters

NameType
pointMdGePoint
snumber

Returns

void

Inherited from

MdGeShape.Scale


Scaled

Scaled(point, s): MdGeShape

Parameters

NameType
pointMdGePoint
snumber

Returns

MdGeShape

Inherited from

MdGeShape.Scaled


Section

Section(other): MdGeShape

Parameters

NameType
otherMdGeShape

Returns

MdGeShape

Inherited from

MdGeShape.Section


SetColor

SetColor(color): void

Parameters

NameType
colorMdGeColor

Returns

void

Inherited from

MdGeShape.SetColor


SetMaterialAspect

SetMaterialAspect(material): void

Parameters

NameType
materialMdGeMaterialAspect

Returns

void

Inherited from

MdGeShape.SetMaterialAspect


SetTextureFileName

SetTextureFileName(path): void

Parameters

NameType
pathstring

Returns

void

Inherited from

MdGeShape.SetTextureFileName


SetTextureOrigin

SetTextureOrigin(theToSetTextureOrigin, theUOrigin, theVOrigin): void

Parameters

NameType
theToSetTextureOriginboolean
theUOriginnumber
theVOriginnumber

Returns

void

Inherited from

MdGeShape.SetTextureOrigin


SetTextureRepeat

SetTextureRepeat(theToRepeat, theURepeat, theVRepeat): void

Parameters

NameType
theToRepeatboolean
theURepeatnumber
theVRepeatnumber

Returns

void

Inherited from

MdGeShape.SetTextureRepeat


SetTextureScale

SetTextureScale(theToSetTextureScale, theScaleU, theScaleV): void

Parameters

NameType
theToSetTextureScaleboolean
theScaleUnumber
theScaleVnumber

Returns

void

Inherited from

MdGeShape.SetTextureScale


ShapeType

ShapeType(): MxShapeEnum

Returns

MxShapeEnum

Inherited from

MdGeShape.ShapeType


TextureOrigin

TextureOrigin(): boolean

Returns

boolean

Inherited from

MdGeShape.TextureOrigin


TextureRepeat

TextureRepeat(): boolean

Returns

boolean

Inherited from

MdGeShape.TextureRepeat


TextureScale

TextureScale(): boolean

Returns

boolean

Inherited from

MdGeShape.TextureScale


TextureScaleU

TextureScaleU(): number

Returns

number

Inherited from

MdGeShape.TextureScaleU


TextureScaleV

TextureScaleV(): number

Returns

number

Inherited from

MdGeShape.TextureScaleV


TextureUOrigin

TextureUOrigin(): number

Returns

number

Inherited from

MdGeShape.TextureUOrigin


TextureVOrigin

TextureVOrigin(): number

Returns

number

Inherited from

MdGeShape.TextureVOrigin


Transform

Transform(trsf): void

Parameters

NameType
trsfMdGeTrsf

Returns

void

Inherited from

MdGeShape.Transform


Transformed

Transformed(trsf): MdGeShape

Parameters

NameType
trsfMdGeTrsf

Returns

MdGeShape

Inherited from

MdGeShape.Transformed


TranslateBy2Points

TranslateBy2Points(point1, point2): void

Parameters

NameType
point1MdGePoint
point2MdGePoint

Returns

void

Inherited from

MdGeShape.TranslateBy2Points


TranslateByVec

TranslateByVec(vec): void

Parameters

NameType
vecMdGeVec

Returns

void

Inherited from

MdGeShape.TranslateByVec


TranslatedBy2Points

TranslatedBy2Points(point1, point2): MdGeShape

Parameters

NameType
point1MdGePoint
point2MdGePoint

Returns

MdGeShape

Inherited from

MdGeShape.TranslatedBy2Points


TranslatedByVec

TranslatedByVec(vec): MdGeShape

Parameters

NameType
vecMdGeVec

Returns

MdGeShape

Inherited from

MdGeShape.TranslatedByVec


URepeat

URepeat(): number

Returns

number

Inherited from

MdGeShape.URepeat


VRepeat

VRepeat(): number

Returns

number

Inherited from

MdGeShape.VRepeat


getImp

getImp(): any

Returns

any

Inherited from

MdGeShape.getImp


initTempObject

Protected initTempObject(imp): void

Parameters

NameType
impany

Returns

void

Inherited from

MdGeShape.initTempObject

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文