Class SheetElementBuilder
Inheritance
System.Object
System.MarshalByRefObject
SheetElementBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class SheetElementBuilder : BaseObjectBuilder, IMessageSink, IComponentBuilder
Constructors
SheetElementBuilder()
Declaration
protected SheetElementBuilder()
Properties
Height
Declaration
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
HeightPolicy
Declaration
public DiagrammingSizingpolicy HeightPolicy { get; set; }
Property Value
Internal
Declaration
public bool Internal { get; }
Property Value
Type |
Description |
System.Boolean |
|
Label
Declaration
public Annotation Label { get; }
Property Value
LabelName
Declaration
public string LabelName { get; set; }
Property Value
Type |
Description |
System.String |
|
Location
Declaration
public LocationBuilder Location { get; }
Property Value
LocationStyle
Declaration
public DiagrammingLocationstyle LocationStyle { get; set; }
Property Value
MirrorX
Declaration
public bool MirrorX { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MirrorY
Declaration
public bool MirrorY { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Owner
Declaration
public SheetElement Owner { get; set; }
Property Value
OwningSheet
Declaration
public Sheet OwningSheet { get; }
Property Value
ResizeOption
Declaration
public SheetElementBuilder.ResizeOptionType ResizeOption { get; set; }
Property Value
Rotation
Declaration
public double Rotation { get; set; }
Property Value
Type |
Description |
System.Double |
|
SourceElement
Declaration
public SheetElement SourceElement { get; }
Property Value
UpToDate
Declaration
public bool UpToDate { get; }
Property Value
Type |
Description |
System.Boolean |
|
Visible
Declaration
public bool Visible { get; }
Property Value
Type |
Description |
System.Boolean |
|
Width
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|
WidthPolicy
Declaration
public DiagrammingSizingpolicy WidthPolicy { get; set; }
Property Value
X
Declaration
public double X { get; set; }
Property Value
Type |
Description |
System.Double |
|
Y
Declaration
public double Y { get; set; }
Property Value
Type |
Description |
System.Double |
|
ZDepth
Declaration
public int ZDepth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
public void GetAllowedTransformations(out bool isAllowedTranslation, out bool isAllowedRotation, out bool isAllowedScale, out bool isAllowedShear)
Parameters
Type |
Name |
Description |
System.Boolean |
isAllowedTranslation |
|
System.Boolean |
isAllowedRotation |
|
System.Boolean |
isAllowedScale |
|
System.Boolean |
isAllowedShear |
|
GetMinNodeSize(out Double[])
Declaration
public void GetMinNodeSize(out double[] sizeValues)
Parameters
Type |
Name |
Description |
System.Double[] |
sizeValues |
|
SetMinNodeSize(Double[])
Declaration
public void SetMinNodeSize(double[] sizeValues)
Parameters
Type |
Name |
Description |
System.Double[] |
sizeValues |
|
SetOwningSheet(Sheet)
Declaration
public void SetOwningSheet(Sheet owningSheet)
Parameters
Type |
Name |
Description |
Sheet |
owningSheet |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink